Creating XML3 document in a VB MTS component

admin

Administrator
Staff member
I am currently trying to use XML3 objects in a VB6dll who is going to run in Transaction server.I get the following errors:Set xmlDoc =GetObjectContext.CreateInstance("MSXML2.DOMDocument30")--> ActiveX component can't create object'Set xmlDoc = CreateObject("MSXML2.DOMDocument30")--> ActiveX component can't create objectSet xmlDoc = New MSXML2.DOMDocument30--> OKAnybody has a clue about why?What is the "correct" implementation"Do I have to use it in a library packet?..../a--=============================="We have met the enemy, and it is us"/Pogo
 
Back
Top