For Programmers: Free Programming Magazines  


Home > Archive > C# > March 2004 > COMException with MSXML









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author COMException with MSXML
Ecf Edington

2004-03-28, 10:28 pm

I am trying to retrieve Hotmail using MSXML. When I create a XMLHTTP
object, I notice problems.

private XMLHTTP m_xmlHttp = null;
m_xmlHttp = new XMLHTTP();

After creating object, if I look in the autos window while debugging
most of the properties of the object have the following value:

<error: an exception of type:
{System.Runtime.InteropServices.COMException} occurred>

Any direction would be appretiated.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com