Linked XSD files in Visual Studio 2010 - How to work with a file in the Unauthorized Zone
- by David
I am trying to view a 3rd Party's XSD file in Visual Studio 2010.
The XSD file is stored on my local drive. It includes another XSD file, which is stored in the same folder on my local drive.
Visual Studio (or perhaps the underlying .Net framework) will not process the included XSD file, because it is in an "unauthorized zone".
This much is explained in the following MSDN blog.
Does anybody know how I can authorize this included file, so I can see it in the beautiful new content model view?