IndexOutOfRangeException when merging a dataset

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,

The second time I try to merge a typed dataset I get
IndexOfOutOfRangeException, is there anyway around this?

John
 
No, but we have views based on the dataset
-----Original Message-----
Hi John,

Do you have, by any chance, some expression columns within your dataset?

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com




.
 
Hi John,

Try Disposing DataViews (or even not create them) before merge - just for
test.
 
Back
Top