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?