Mixing Threading Models
You can not move a node from a neutral-threaded DOM (Micorosft.XMLDOM) into a free-threaded DOM (Microsoft.FreeThreadedXMLDOM) and vice-versa. You must reparse the source document using the same thread model as the target document. The error is 0x80004005 XMLOM_INVALID_MODEL.
Similarly, you can not transform a neutral-threaded DOM using a stylesheet that's in a free-threaded DOM and vice-versa
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.