Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Emailer using CDONTS.

Status
Not open for further replies.

teky

Programmer
Mar 24, 2000
55
US
I am currently working on a project, which has a form E-mailer.<br>The asp code uses CDONTS.dll.<br>When I try to execute the the code, I get the following error.<br><br>Microsoft VBScript runtime error '800a01ad' <br><br>ActiveX component can't create object <br><br>/aspformmail.asp, line 268 <br><br>Teky. <p> <br><a href=mailto: > </a><br><a href= > </a><br>
 
make sure you are running it off an NT Server using IIS4 or above, also make sure that you have loaded the scripting libraries needed. <p>Karl<br><a href=mailto:kb244@kb244.com>kb244@kb244.com</a><br><a href= </a><br>Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)<br>
 
Dear teky,<br><br>&gt; /aspformmail.asp, line 268 <br><br>You should have posted that line from your source code.<br><br>Assuming you have referenced the control correctly in the CreateObject() call the error means that the control is not installed on the server.<br><br>-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top