Linked XSD files in Visual Studio 2010 - How to work with a file in the Unauthorized Zone

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-05-13T12:52:26Z Indexed on 2010/05/13 12:54 UTC
Read the original article Hit count: 276

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about xsd