Hi
We have a class that uses XmlDocument. We have just tried to use a .net assembly (nothing whatsoever to do with that class) but we then get a compile error "Ambiguous use of the XmlDocumentType".
There is no XmlDocument exposed within the assembly but obviously it must be buried within it somewhere. I cannot do anything with the assembly so is there a simple way around this (I tried MyDoc is WD.XmlDocument but that didn't work).
Thanks
David
We have a class that uses XmlDocument. We have just tried to use a .net assembly (nothing whatsoever to do with that class) but we then get a compile error "Ambiguous use of the XmlDocumentType".
There is no XmlDocument exposed within the assembly but obviously it must be buried within it somewhere. I cannot do anything with the assembly so is there a simple way around this (I tried MyDoc is WD.XmlDocument but that didn't work).
Thanks
David