Re: ServerXMLHTTP returns error 424
- From: "Steven Burn" <somewhere@xxxxxxxxxxxxxxx>
- Date: Thu, 19 Jan 2006 13:46:22 -0000
The error you are receiving determines this for you (if you were not getting
this error it would determine that it is installed and registered correctly)
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Jonas Schiöld" <JonasSchild@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:08F270B2-160D-41C3-A72A-141ADE72A269@xxxxxxxxxxxxxxxx
> At least I think it is installed correctly. I installed the latest version
of
> MSXML and the error description was empty. But maybe you are right anyway.
> I'll try again.
> How do I know if it is installed correctly?
>
> Thanks
> Jonas
>
> "Steven Burn" wrote:
>
> > 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?
> >
> >
> >
.
- References:
- Re: ServerXMLHTTP returns error 424
- From: Steven Burn
- Re: ServerXMLHTTP returns error 424
- Prev by Date: Re: ServerXMLHTTP returns error 424
- Next by Date: Re: ServerXMLHTTP returns error 424
- Previous by thread: Re: ServerXMLHTTP returns error 424
- Next by thread: Re: ServerXMLHTTP returns error 424
- Index(es):
Relevant Pages
|