MSXML2.ServerXMLHTTP.4.0 Source?
Posted
by Frank V
on Stack Overflow
See other posts from Stack Overflow
or by Frank V
Published on 2009-06-02T20:28:28Z
Indexed on
2010/04/21
5:13 UTC
Read the original article
Hit count: 305
Where does the object "MSXML2.ServerXMLHTTP.4.0" come from? Which install package?
I'm attempting to do the following:
Set oXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP.4.0")
This attempt fails on my development machine (no object is returned) but it is successful on my collage's development machine. Obviously he has something installed that I don't or vice versa but where does this object, dll, etc come from?
What would I need to install to get this call to work.
For the record, changing the object to a different version isn't an option because code that this depends on was tested for several days against this specific version. We'd have to go back and test again...
To expand on this question, how can I tell which version of MS XML is currently installed?
© Stack Overflow or respective owner