views:

74

answers:

0

Hi,

I am using Visual Studio 2008 .Net Framework 3.5 SP1 and get the following error when I save (ctrl-s) a dataset .xsd file within the VS IDE:

InvalidArgument=Value of '-2147483648' is not valid for 'RowPosition'

Is this somethng anyone has come across? The way I have fixed this in the past is to remove the DataTable and TableAdaptor and re-add it again. However I lose the TableAdaptor Queries that have been added and need to re-add them also which is a pain!