I'm trying to fix my schema file so it matches the output document... the document will auto-validate once, but VS is caching the schema, so when I update the schema, VS won't go look at it again. I have to close down Visual Studio and re-start it, then it will validate the document (one time, grrr) against the new schema file. How can I force it to go get the schema file again after I upload it to the web server???
I have to use Visual Studio 2005 (or 2008). I know there's better XML editors out there.