Hi Gauthier, Have you tried using MSXML's "Free Threaded XML DOM Document" object as opposed to the rental-threaded "IXMLDOMDocument" interface? Free threaded is recommend for web-applications, whereas rental-threaded is single threaded and meant for standalone Desktop applications I believe.
Attached is a re-work of your file using Free Threading, complete with the server-side XSLT results - it works fine under v4. Unfortunately, I don't have v5 installed at the moment. I recently went through an entire rebuild of all my development machines and because I'm currently working on a huge custom project that does not involve v5 - I don't have it available for testing your code. Try my file and see if you get any better results under v5. Also try posting to the Beta-talk list to see what Andre says. Hope this helps. Cheers... Scott Cadillac VP, Research and Development Plus International Corp. 403-281-6090 [EMAIL PROTECTED] http://www.plusinternational.com Does your company have an Enterprise Information Portal? Check out Salsa at www.plusinternational.com/flash/salsa.htm ----- Original Message ----- From: "[Gauthier]" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 3:13 AM Subject: Witango-Talk: msxml com object with witango 5? > Hi, > > I've some problem using COM objects with v5 of the server, I'm getting the > following error message: > Error > An error occurred while processing your request: > File: xslt1.taf > Position: xml_Create_XML_DOM_Document_4_0 > Class: Internal > Main Error Number: -808 > > Cannot create native object. > xmldoc > File: xslt1.taf > Position: xml_Create_XML_DOM_Document_4_0 > Class: Internal > Main Error Number: -622 > > The specified object instance could not be created. > xmldoc > File: xslt1.taf > Position: xml_Create_XML_DOM_Document_4_0 > Class: Internal > Main Error Number: -622 > > The specified object instance could not be created. > > I'm able to make the same taf and the same object work with v4 > > Yes I've been add LoadHandler=1 in handlers.ini > > I got no solution from With and I have to use this object as soon as > possible with v5 > > Anyone got any hint? > > Thanks and happy new year! > > Gauthier >
salsa-xslt.taf
Description: Binary data
