B
Big George
Hello,
I'm trying to write a code in ASP.NET 3.5 using MSXML2
However, type 'MSXML2.XMLHTTP40' is not defined
ASP.NET doesn't recognize: Imports MSXML2
In my Widnows XP, I don't have any: c:\windows\system32\msxml2.dll
What is missing here or what should I install to be able to use
MSXML2.dll
Code Snippet:
Dim xmlReq As MSXML2.XMLHTTP40 = New MSXML2.XMLHTTP40
Dim xmldom As MSXML2.DOMDocument = New MSXML2.DOMDocument
Dim xmlRoot As MSXML2.IXMLDOMElement
Dim xmlNode As MSXML2.IXMLDOMNode
Thanks !
I'm trying to write a code in ASP.NET 3.5 using MSXML2
However, type 'MSXML2.XMLHTTP40' is not defined
ASP.NET doesn't recognize: Imports MSXML2
In my Widnows XP, I don't have any: c:\windows\system32\msxml2.dll
What is missing here or what should I install to be able to use
MSXML2.dll
Code Snippet:
Dim xmlReq As MSXML2.XMLHTTP40 = New MSXML2.XMLHTTP40
Dim xmldom As MSXML2.DOMDocument = New MSXML2.DOMDocument
Dim xmlRoot As MSXML2.IXMLDOMElement
Dim xmlNode As MSXML2.IXMLDOMNode
Thanks !