PC Review


Reply
Thread Tools Rate Thread

DataView.FindRows out of range problem

 
 
Rami Prilutsky
Guest
Posts: n/a
 
      17th Feb 2008
I'm binding the dataView to a dataset (~400000 rows) and sorting it by a key
(long type).
I'm retrieving values from the DataView with FindRows(object key) which
returns DataRowView[].

The problem is that rarely on Stress modes I get the following error:

Source: mscorlib
Message: Index was out of range. Must be non-negative and less than the
size of the collection.
Parameter name: index


The error has no sense since i'm not searching with the index of the array,
so I suppose it's some FindRows inner exception.
Did anyone had encountered it?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataView.FindRows out of range problem Rami Prilutsky Microsoft ADO .NET 2 18th Feb 2008 08:20 AM
DataView.FindRows out of range problem Rami Prilutsky Microsoft C# .NET 0 17th Feb 2008 06:31 PM
DataView.FindRows between two values? michael.hodgson@gmail.com Microsoft ADO .NET 0 7th Dec 2005 03:54 PM
RowFilter vs FindRows (DataView) =?Utf-8?B?Q2FsdmluIEtE?= Microsoft ADO .NET 3 20th Oct 2005 01:59 AM
Re: Can't bind to dataview.findrows result Bart Mermuys Microsoft VB .NET 0 24th Aug 2005 03:19 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:23 PM.