Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > MSXML2.XMLHTTP.3.0 error

Reply
Thread Tools

MSXML2.XMLHTTP.3.0 error

 
 
Dave
Guest
Posts: n/a
 
      07-26-2007
I am running the following code and I get an error:

Set xmlHttp = Server.CreateObject("MSXML2.XMLHTTP.3.0")
xmlHttp.Open "Get", URLToRSS, false
xmlHttp.Send
RSSXML = xmlHttp.ResponseText

The error is:

msxml3.dll error '800c0005'
The system cannot locate the resource specified.

It points to the "xmlHttp.Send" statement.

This code runs perfectly on my old ISP's server but not on my GoDaddy
server.

Any ideas?
 
Reply With Quote
 
 
 
 
Anthony Jones
Guest
Posts: n/a
 
      07-26-2007
"Dave" <> wrote in message
news:. ..
> I am running the following code and I get an error:
>
> Set xmlHttp = Server.CreateObject("MSXML2.XMLHTTP.3.0")
> xmlHttp.Open "Get", URLToRSS, false
> xmlHttp.Send
> RSSXML = xmlHttp.ResponseText
>
> The error is:
>
> msxml3.dll error '800c0005'
> The system cannot locate the resource specified.
>
> It points to the "xmlHttp.Send" statement.
>
> This code runs perfectly on my old ISP's server but not on my GoDaddy
> server.
>
> Any ideas?



Use MSXML2.ServerXMLHTTP.3.0, XMLHTTP should not be used the server context.

If that doesn't fix it can you visit the URL using a browser running on the
server?

Check for any proxy server configuration on the server.


--
Anthony Jones - MVP ASP/ASP.NET


 
Reply With Quote
 
 
 
 
Dave
Guest
Posts: n/a
 
      07-26-2007
In article <>,
says...
> "Dave" <> wrote in message
> news:. ..
> > I am running the following code and I get an error:
> >
> > Set xmlHttp = Server.CreateObject("MSXML2.XMLHTTP.3.0")
> > xmlHttp.Open "Get", URLToRSS, false
> > xmlHttp.Send
> > RSSXML = xmlHttp.ResponseText
> >
> > The error is:
> >
> > msxml3.dll error '800c0005'
> > The system cannot locate the resource specified.
> >
> > It points to the "xmlHttp.Send" statement.
> >
> > This code runs perfectly on my old ISP's server but not on my GoDaddy
> > server.
> >
> > Any ideas?

>
>
> Use MSXML2.ServerXMLHTTP.3.0, XMLHTTP should not be used the server context.
>
> If that doesn't fix it can you visit the URL using a browser running on the
> server?
>
> Check for any proxy server configuration on the server.


Yes, I can visit the URL in my browser. And THANK YOU SO MUCH. You're
solution worked.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xffc Thread 0x228 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-30-2006 03:16 PM
Error connecting to SQLExpress 2005 locally (error: 26 - Error Locating Server/Instance Specified) hfk0 ASP .Net 2 03-27-2006 08:43 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 1 03-24-2006 04:20 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-24-2006 02:22 PM
Error 500: ERROR: Cannot forward. Writer or Stream already obtained. Error JavaQueries Java 1 03-01-2005 06:30 PM



Advertisments