HighTechTalks DotNet Forums  

DataTable crashing after running 2 hours

Dotnet Framework (WinForms DataBinding) microsoft.public.dotnet.framework.windowsforms.databinding


Discuss DataTable crashing after running 2 hours in the Dotnet Framework (WinForms DataBinding) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
support
 
Posts: n/a

Default DataTable crashing after running 2 hours - 07-17-2008 , 01:41 PM







-- I am working with a winform that access a datatable within the paint
routine.
When the program has run about 2 hours, I start to get the crash:

There is no Current data to access.
at System.Data.DataRow.GetRecordFromVersion(DataRowVe rsion version)
at System.Data.NameNode.Eval(DataRow row, DataRowVersion version)
at System.Data.Select.Eval(BinaryNode expr, DataRow row,
DataRowVersion version)
at System.Data.Select.Evaluate(Int32 record)
at System.Data.Select.FindFirstMatchingRecord()
at System.Data.Select.GetBinaryFilteredRecords()
at System.Data.Select.SelectRows()
at System.Data.DataTable.Select(String filterExpression)

The program is using the datatable which is updated with data which cycles.
It works fine with the first couple of cycles so the data should have no
problem
and then crash in two hours.

Any thoughts about the crash?
supportme2008

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.