I am trying to sen a xml file to a server but i get an error code.
------------------------
Error Type:
msxml3.dll (0x800C0006)
System error: -2146697210.
/sommar2001/tack.asp, line 50
------------------------
This is the code that sends the xml file
The last line is line 50
-----------------------------
DIm HttpReq
Dim XmlDoc
set HttpReq = CreateObject("MSXML2.ServerXMLHTTP.3.0"
set XmlDoc = CreateObject("MSXML2.DOMDocument.3.0"
XmlDoc.async = False
XmlDoc.Load ("getchannel.xml"
(" HttpReq.open "POST", " False
HttpReq.send XmlDoc /// this is line 50
----------------------------------
is my code wrong or is it something with the dll
------------------------
Error Type:
msxml3.dll (0x800C0006)
System error: -2146697210.
/sommar2001/tack.asp, line 50
------------------------
This is the code that sends the xml file
The last line is line 50
-----------------------------
DIm HttpReq
Dim XmlDoc
set HttpReq = CreateObject("MSXML2.ServerXMLHTTP.3.0"
set XmlDoc = CreateObject("MSXML2.DOMDocument.3.0"
XmlDoc.async = False
XmlDoc.Load ("getchannel.xml"
(" HttpReq.open "POST", " False
HttpReq.send XmlDoc /// this is line 50
----------------------------------
is my code wrong or is it something with the dll