Discussion:
"pIXMLHTTPRequest.CreateInstance("Msxml2.XMLHTTP")" failed on Win9
(too old to reply)
Alan Gould
2004-07-13 20:28:01 UTC
Permalink
Hi, I used #import "msxml3.dll" in VC++ 7.0 to make a program talking to a server and get data back. Everything is fine on WinXP, Win2K, WinMe, WinNT system. But the function "CreateInstance("Msxml2.XMLHTTP")" fails on Win98 platform.

Is there a msxml version problem? or something else?

Thanks a lot,

Alan
Vijaya Byri[MS]
2005-02-26 20:22:41 UTC
Permalink
On win 98, check if Msxml3 is installed or not.
If it is installed, then check for the following regkey:
HKEY_CLASSES_ROOT\Msxml2.XMLHTTP

Thanks
Vijaya

Loading...