G
Guest
Trying to use
Dim objXmlHttp = Server.HttpWebRequest("Msxml2.ServerXMLHTTP.4.0")
in a vb.net web application on server 2003, but receive the following error.
"System.Web.HttpException: Could not create an object of type
'Msxml2.ServerXMLHTTP.4.0'."
Its driving me nuts and need to solve it by Monday.
Please help.
Thanks
Rob
Dim objXmlHttp = Server.HttpWebRequest("Msxml2.ServerXMLHTTP.4.0")
in a vb.net web application on server 2003, but receive the following error.
"System.Web.HttpException: Could not create an object of type
'Msxml2.ServerXMLHTTP.4.0'."
Its driving me nuts and need to solve it by Monday.
Please help.
Thanks
Rob