Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi All,

I have two schema (XSD) files embedded in to DLL.

Parent Schema - Mentioned all complex types
Main Schema - My current schema for XML stream.

Now when I am loading main Schema from DLL it is giving ComplexType not declared exception.

I think I need to change the way I am importing Parent Schema, but I don't know how.

XML
<xs:import namespace="http:/mynamespace.com/Namespaces/Types/Public/ComplexDataModel.xsd" 


Please advice me.

Any guess!!!

Thanks
rushi
Posted
Updated 30-May-12 9:03am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900