MSXML2.ServerXMLHTTP30

trlpkguy

New member
Joined
May 15, 2006
Messages
2
Programming Experience
1-3
What reference do I need to get this code to fire?

Dim
xmlSender As New MSXML2.ServerXMLHTTP30

Thanks
 
Any one of the Microsoft XML libraries from v.2.6 and up listed in the COM page of Add Reference Dialog will open for MSXML2 namespace. But why do you want to use this COM library when .Net got it all in System.Xml namespace?
 
Back
Top