kenny54 wrote:...I had changed one of the "website" to "websites" instead to do the conversion and changed back the value.The XSD is created but the Dataset cannot be generated using the original value "website"... ...I need the original value to do validation of incoming XML file which is a standard i need to follow....
...I need the original value to do validation of incoming XML file which is a standard i need to follow....
You changed the "website" to "websites" to generate a schema and then changed it back to "website" again after that ? If the answer is yes - then of course the dataset cannot be generated. In other words, the structure of your document has changed but not your schema.
This happened to be one of the design behavior of VS.NET 2003. Read here. It relates to how VS.NET 2003 IDE opens up and process these documents
There are 2 ways of hacking this sans modifying your table structure.
~Softwaremaker (BLOG) M. Twain: "I didn't have time to write a short letter, so I wrote a long one instead"