Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: CDONTS errors


Message #1 by "chris kibbe" <christopher_kibbe@c...> on Fri, 6 Oct 2000 13:49:11 +0100

NT Server - iis 4.0







I am trying to write a feedback form and keep getting the following

errors:



Microsoft VBScript runtime error '800a01ad' 

ActiveX component can't create object: 'CreateObject' 



OR Error:



Server object error 'ASP 0177 : 800401f3' 

Server.CreateObject Failed 

invalid class string



The code line is:

Set objMail = Server.CreateObject("CDONTS.NewMail")



Any ideas why?

Message #2 by "Siegfried Weber" <sweber@c...> on Fri, 6 Oct 2000 19:09:19 +0200
This is a multi-part message in MIME format.



------_=_NextPart_001_01C02FB8.2A7B7BB0

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



Sounds like you didn't install the IIS4 SMTP Service. CDONTS will only

be installed if you install the IIS4 SMTP Service.



</Siegfried>





> -----Original Message-----

> From: chris kibbe [mailto:christopher_kibbe@c...]

> Sent: Friday, October 06, 2000 11:05 PM

> To: ASP CDO

> Subject: [asp_cdo] CDONTS errors

>

>

>

> NT Server - iis 4.0

>

>

>

> I am trying to write a feedback form and keep getting the following

> errors:

>

> Microsoft VBScript runtime error '800a01ad'

> ActiveX component can't create object: 'CreateObject'

>

> OR Error:

>

> Server object error 'ASP 0177 : 800401f3'

> Server.CreateObject Failed

> invalid class string

>

> The code line is:

> Set objMail =3D Server.CreateObject("CDONTS.NewMail")

>

> Any ideas why?

>

> ---

> To place your message here, or to sponsor this list, please

> e-mail mailto:p2pinfo@w...?subject=3DMediaPack, remembering

> to provide contact details for yourself. We will e-mail you a

> Media Pack within 24 hours.

>

> You are currently subscribed to asp_cdo


> ---

>





  Return to Index