NSilverBullet

Complex solutions for simple problems.

  • All posts in the month of October, 2005
Your Ad Here

.Net 2 - DataTable internal index is corrupted


Friday 14 October, 2005 (.Net | Bugs | Fixes)

There seems to be a problem in how empty DataSets handle new rows in .Net 2, we received an exception with the message "DataTable internal index is corrupted".

Our realy simple solution is to call BeginLoadData before adding the new row and then EndLoadData afterwards. This fixed the problem for us, but the actual status of the bug can be found here:

http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=ecc665a5-d71a-4e08-ac42-f3c6c5d758e0

« Get rid of logging errors in Enterprise Li... | Latest | Blog up again »

Comments [0]

Your Ad Here


Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Sign In