Note:
Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation.
To learn more about these changes please visit the announcement which can be found
HERE.
I'd like to use the Visual Studio "Validate XML Data" function on the "XML" menu to check my data before I hit run.
I deserialize the xml validating against the schema just fine by adding the schema to the XmlValidatingReader.Schemas collection in C# and this works just fine.
I just don't see the point of the Validate XML Data option if it can't find the schema.