![]() |
|
|
|||||||
![]() |
ASP Net - SchemaSerializationMode attribute is not declared for a DataSet |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hello,
I am using a DataSet to retrieve some data, but have noticed that the error window has 75 errors, all of which refer to the .xsd file that VS2005 generated for me. My guess is that most of the errors are caused by VS not knowing the scheme of the file. That would (I think) explain the large number of errors like... The 'SchemaSerializationMode' attribute is not declared Where 'SchemaSerializationMode' is one of a number of attributes that appear in the errors. There are also quite a lot of errors like... The element cannot contain white space. Content model is empty No idea what that means!! Lower down the list are loads of warnings, all of which follow the same pattern as this one... Could not find schema information for the attribute 'urn:schemas-microsoft-com Where the actual attribute value changes from warning to warning. All the code works fine, I just don't like all these errors and warnings. Apart form anything else, having this many of them makes it hard to find real errors when they occur. Anyone any ideas? I searched but couldn't find. TIA -- Alan Silver (anything added below this line is nothing to do with me) Alan Silver |
|
|
|
|
#2 |
|
Junior Member
Join Date: Feb 2009
Posts: 1
|
I got rid of the error by having the {appname}.master pages open and errors went away - VS2005 error.
markus |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using session attribute in tomcat | rg_yazdani | Software | 2 | 11-11-2008 12:39 PM |
| Dynamically added TreeNode Control not render my custom attribute | venkyzealous | Software | 0 | 05-10-2008 03:46 PM |
| large dataset to xml in vb.net | vbcheerful | Software | 0 | 04-09-2008 03:33 AM |
| <customErrors> tag should have its "mode" attribute set to "Off". | jasari | Software | 4 | 04-04-2007 08:31 AM |