M
Mr. X.
Hello.
I have a DataSet in my C# code.
When I change the DataSet (just move one of the table on the screen),
the namespace's name, for some reason I don't know, is changed (from
myDataSet to myDataSet2.
(Maybe this name is placed on one of the dataset files).
I change the namespace back to the one I want,
and project compiled without errors, but with message :
Could not find schema information for the element
'urn:schemas-microsoft-com:xml-msdatasource-layout
iagramLayout'.
How can I fix the above problem?
Thanks
I have a DataSet in my C# code.
When I change the DataSet (just move one of the table on the screen),
the namespace's name, for some reason I don't know, is changed (from
myDataSet to myDataSet2.
(Maybe this name is placed on one of the dataset files).
I change the namespace back to the one I want,
and project compiled without errors, but with message :
Could not find schema information for the element
'urn:schemas-microsoft-com:xml-msdatasource-layout

How can I fix the above problem?
Thanks
