URI to an XSD File In A Class Library
Posted
by AMDK
on Stack Overflow
See other posts from Stack Overflow
or by AMDK
Published on 2009-10-03T05:10:02Z
Indexed on
2010/03/25
11:03 UTC
Read the original article
Hit count: 432
I have a class library that stores several XSD files. When creating an XmlSchema class in the same library, I would like to know how to get the URI to the XSD file.
The library is being deployed with a web application. Is there a way to get the URI from the web application as well?
Thanks.
© Stack Overflow or respective owner