Title: Message
|
Try
this:
Set
oXML= Server.CreateObject("MSXML2.DOMDocument.4.0")
i was using this set source =
Server.CreateObject("Microsoft.XMLDOM") and was working fine for transform
but when is makeobject using this Set oXML=
Server.CreateObject("MSXML.DOMDocument.4.0")
i get an error Server object error 'ASP 0177
: 800401f3'
Server.CreateObject Failed
/xmltest.asp, line 8
Invalid ProgID. For additional information
specific to this message please visit the Microsoft Online Support site
located at: http://www.microsoft.com/contentredirect.asp.
what could be the problem
|
|