tags:

views:

364

answers:

1

I have created a DataSet using Visual Studio 2008. When I opened the DataSet in source mode and then I get the following error while I compiling.

"Could not find schema information for the attribute 'urn:schemas-microsoft-com:xml-msdata:UseCurrentLocale'" (not only for 'UseCurrentLocale' but for many other similar usages.

When I looked at Program Files/Visual Studio 9/XML/Schema/msdata.xml, these entries are not there.

What is wrong? How can resolve this?

A: 

we have the same issue many times..Fix..
Go to visual Studio command prompt and execute this command and then restart your machinge

Devenv.exe /ResetSkipPkgs
Muhammad Akhtar