Re: ServerXMLHTTP returns error 424
- From: "Steven Burn" <somewhere@xxxxxxxxxxxxxxx>
- Date: Wed, 18 Jan 2006 16:33:47 -0000
424 = object not found ..... you must ensure the MSXML 4 controls are
installed and correctly registered on the machine.
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Jonas Schiöld" <Jonas Schild@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:203B073F-D2FB-4CC5-99D6-FF5006A4AD4C@xxxxxxxxxxxxxxxx
> On a Windows Server 2003 SP1with MSXML 6 installed. No proxy server is
used.
> Extraction of ASP code:
>
> Set objHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
> objHTTP.open "GET", strDynURL, false
> objHTTP.send()
>
> After this err.number is 424 and err.desciption is empty.
> And objHTTP.responseText returns "ÿþ" (excluding the quotes).
>
> The code works fine on two other Windows XP Pro computers.
>
> I find no documentation of an error 424 anywhere.
>
> Any ideas?
.
- Prev by Date: events
- Next by Date: Re: ServerXMLHTTP returns error 424
- Previous by thread: events
- Next by thread: Re: ServerXMLHTTP returns error 424
- Index(es):
Loading