This problem is fixed by the XmlSchemaSet class (Replacement for
XmlSchemaCollection) in .Net 2.0. Can you move to .NET 2.0?
Otherwise, the only workaround is for you to clone the included schema
yourself and set all qualified names to the right targetNamespace.
ie. all properties on the SOM of type XmlQualifiedName like BaseTypeName,
RefName, SchemaTypeName, ItemTypeName etc
Thanks,
Priya
> Priya,
>
[quoted text clipped - 120 lines]
>> >
>> > Thank You.
Igor Koretsky - 18 Jul 2006 14:49 GMT
Thanks Priya,
You covered my question.
To bad they are not going to fix it for .NET 1.1

Signature
Igor
> This problem is fixed by the XmlSchemaSet class (Replacement for
> XmlSchemaCollection) in .Net 2.0. Can you move to .NET 2.0?
[quoted text clipped - 131 lines]
> >> >
> >> > Thank You.