I'm working on modifying a ProductDetails.template file using Visual Studio 2010, which ties into Commerce Server, I believe.
When I load this file I get Messages (as opposed to Warnings or Errors) like the following:
- Could not find schema information for the element 'template'.
- Could not find schema information for the element 'productProperties'.
- Could not find schema information for the element 'property'.
After 100 items Visual Studio stops trying.
I'm aware that I can simply hide messages, but I would hope that there's some way to correct this, instead of merely hiding it.
Normally I would associate a schema with the XML file to correct this, but in this case I'd rather not screw with the file, since I'm not sure of what this would break.
Unfortunately, that seems to be the only solution I'm finding after searching.
Is there any way to correct these messages in Visual Studio?