|
 |
asp_cdo thread: beginning_asp] Error persist
Message #1 by Nereida petriti <nereidae@y...> on Wed, 27 Jun 2001 00:00:19 -0700 (PDT)
|
|
Error persist even then I wrote CDONTS.NewMail.This is
the error
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
Invalid class string
I have installed outlook 2000 in my WebServer.How can
I do.Please I need your help.
Nereida
--- Eli Schilling <eschilli@t...> wrote:
> Make sure you have CDO installed on your web server,
> otherwise it can't
> create the object. Depending on your configuration
> you could just install
> Outlook 2000 which comes with CDO 1.2 if you do a
> full install.
>
> -Eli
>
> -----Original Message-----
> From: Nereida petriti [mailto:nereidae@y...]
> Sent: Tuesday, June 26, 2001 9:14 AM
> To: ASP CDO
> Subject: [asp_cdo] [beginning_asp] Error
>
>
> I have a problem:Why I find an error like this:class
> not found when I run a code with a part like this
> set mymail=server.createobject("CDONTS.Mail")
> etc.I think the problem is in the server object.
> Please give me an answer.
> Nereida
>
Message #2 by "Siegfried Weber" <sweber@c...> on Wed, 27 Jun 2001 10:35:00 +0200
|
|
You don't need to install Outlook on your Web server. CDONTS is part of
Windows 2000 Server and if you run NT4 Server you need to install the
IIS SMTP Service.
Outlook 98/2000/2002 comes with CDO 1.21 which is an Extended MAPI based
interface to work with Exchange 5.5/2000 Server or against a local
Outlook storage but neither from ASP nor to send SMTP based messages.
</Siegfried>
> -----Original Message-----
> From: Nereida petriti [mailto:nereidae@y...]
> Sent: Wednesday, June 27, 2001 9:00 AM
> To: ASP CDO
> Subject: [asp_cdo] beginning_asp] Error persist
>
> Error persist even then I wrote CDONTS.NewMail.This is
> the error
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> Invalid class string
> I have installed outlook 2000 in my WebServer.How can
> I do.Please I need your help.
> Nereida
>
>
>
> --- Eli Schilling <eschilli@t...> wrote:
> > Make sure you have CDO installed on your web server,
> > otherwise it can't
> > create the object. Depending on your configuration
> > you could just install
> > Outlook 2000 which comes with CDO 1.2 if you do a
> > full install.
> >
> > -Eli
> >
> > -----Original Message-----
> > From: Nereida petriti [mailto:nereidae@y...]
> > Sent: Tuesday, June 26, 2001 9:14 AM
> > To: ASP CDO
> > Subject: [asp_cdo] [beginning_asp] Error
> >
> >
> > I have a problem:Why I find an error like this:class
> > not found when I run a code with a part like this
> > set mymail=3Dserver.createobject("CDONTS.Mail")
> > etc.I think the problem is in the server object.
> > Please give me an answer.
> > Nereida
Message #3 by "Musharaf Choudhry" <musharaf@i...> on Wed, 27 Jun 2001 13:32:09 +0500
|
|
Run Find in your system anf find asp.dll in your system
is it there???
Regards,
Choudhry
Senior Software Engineer
ICNS Inc.
http://www.icns.com
http://www.icns.com.pk
http://www.NetMag.com.pk
http://www.net-mag.com
http://www.theOnlineOffice.net
http://www.GiftTokri.com
http://www.freemail.com.pk
----- Original Message -----
From: Nereida petriti <nereidae@y...>
To: ASP CDO <asp_cdo@p...>
Sent: Wednesday, June 27, 2001 12:00 PM
Subject: [asp_cdo] beginning_asp] Error persist
> Error persist even then I wrote CDONTS.NewMail.This is
> the error
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> Invalid class string
> I have installed outlook 2000 in my WebServer.How can
> I do.Please I need your help.
> Nereida
>
>
>
> --- Eli Schilling <eschilli@t...> wrote:
> > Make sure you have CDO installed on your web server,
> > otherwise it can't
> > create the object. Depending on your configuration
> > you could just install
> > Outlook 2000 which comes with CDO 1.2 if you do a
> > full install.
> >
> > -Eli
> >
> > -----Original Message-----
> > From: Nereida petriti [mailto:nereidae@y...]
> > Sent: Tuesday, June 26, 2001 9:14 AM
> > To: ASP CDO
> > Subject: [asp_cdo] [beginning_asp] Error
> >
> >
> > I have a problem:Why I find an error like this:class
> > not found when I run a code with a part like this
> > set mymail=server.createobject("CDONTS.Mail")
> > etc.I think the problem is in the server object.
> > Please give me an answer.
> > Nereida
> >
|
|
 |