|
 |
asp_cdo thread: Error : Object required: 'Application(...)'
Message #1 by "ji" <ji_mminm@h...> on Mon, 14 Jan 2002 15:41:54
|
|
Hello.
I have in a computer with W2K with IIS, and, in another computer, Exchange
2000.
I want to execute one asp page in the first computer that connect with
Exchange Server. I have installed Outlook 2000 in the second computer, I
supose than the CDO libraries are correctly installed.
But I have the error :
Error : Object required: 'Application(...)'
in the code:
set objRenderApp = Application( "RenderApplication" )ç
Please, I need help.
Thanks
Message #2 by "Siegfried Weber" <sweber@c...> on Mon, 14 Jan 2002 19:51:42 +0100
|
|
1. I wouldn't recommend using Outlook 2000/2002 as basis to get MAPI &
CDO 1.21 installed.
2. Outlook 2000 and 2002 don't install CDO 1.21 by default.
3. You are trying to use the CDO 1.21 HTML Rendering Library. This
library is only installed with:
- Exchange 5.5 Server - full install
- Exchange 5.5 Server - Outlook Web Access (OWA) only
- Exchange 2000 Server
<Siegfried />
> -----Original Message-----
> From: ji [mailto:ji_mminm@h...]
> Sent: Monday, January 14, 2002 4:42 PM
> To: ASP CDO
> Subject: [asp_cdo] Error : Object required: 'Application(...)'
>
> Hello.
>
> I have in a computer with W2K with IIS, and, in another computer,
Exchange
> 2000.
>
> I want to execute one asp page in the first computer that connect with
> Exchange Server. I have installed Outlook 2000 in the second computer,
I
> supose than the CDO libraries are correctly installed.
> But I have the error :
>
> Error : Object required: 'Application(...)'
>
> in the code:
>
> set objRenderApp =3D Application( "RenderApplication" )=E7
>
> Please, I need help.
>
> Thanks
>
>
>
$subst('Email.Unsub').
Message #3 by "ji" <ji_mminm@h...> on Tue, 15 Jan 2002 09:16:07
|
|
Thank's...
I have registered cdohtml.dll library, but the error is the same...
If I want that the asp pages and CDO are in another computer than
Exchange200, What have I to do?
Thank's at all
ji_mmin@h...
> 1. I wouldn't recommend using Outlook 2000/2002 as basis to get MAPI &
> CDO 1.21 installed.
> 2. Outlook 2000 and 2002 don't install CDO 1.21 by default.
> 3. You are trying to use the CDO 1.21 HTML Rendering Library. This
> library is only installed with:
>
> - Exchange 5.5 Server - full install
> - Exchange 5.5 Server - Outlook Web Access (OWA) only
> - Exchange 2000 Server
>
> <Siegfried />
>
Message #4 by "Siegfried Weber" <sweber@c...> on Tue, 15 Jan 2002 14:23:53 +0100
|
|
You cannot just register cdohtml.dll. It doesn't work (as you already
have encountered) and violates copyright laws.
As I mentioned in my previous reply, you must install one of the
following products to get a working configuration:
- Exchange 5.5 Server - full install
- Exchange 5.5 Server - Outlook Web Access (OWA) only
- Exchange 2000 Server
<Siegfried />
> -----Original Message-----
> From: ji [mailto:ji_mminm@h...]
> Sent: Tuesday, January 15, 2002 10:16 AM
> To: ASP CDO
> Subject: [asp_cdo] RE: Error : Object required: 'Application(...)'
>
> Thank's...
>
> I have registered cdohtml.dll library, but the error is the same...
>
> If I want that the asp pages and CDO are in another computer than
> Exchange200, What have I to do?
>
> Thank's at all
>
> ji_mmin@h...
>
> > 1. I wouldn't recommend using Outlook 2000/2002 as basis to get MAPI
& =3D
> > CDO 1.21 installed.
> > 2. Outlook 2000 and 2002 don't install CDO 1.21 by default.
> > 3. You are trying to use the CDO 1.21 HTML Rendering Library. This
=3D
> > library is only installed with:
> >
> > - Exchange 5.5 Server - full install
> > - Exchange 5.5 Server - Outlook Web Access (OWA) only
> > - Exchange 2000 Server
> >
> > <Siegfried />
> >
>
$subst('Email.Unsub').
|
|
 |