views:

85

answers:

1

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.

A: 

The auto-completion file often gives me trouble in Visual Studios especially in large projects. I find if you delete the auto-complete cache it will re-validate without having the need to shut-down. In C++ the file is *.ncb. If you look for the cache in the solution folder and delete it, it should re-validate without the need to restart.