Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default ASP CDONTS error

    Hi,
    I have been building a shopping cart & the final page will email the order
    to an address given however I get the following error message using my ASP
    localhost server.

    Microsoft VBScript runtime (0x800A01AD)
    ActiveX component can't create object: 'CDONTS.NewMail'
    /webshop_v1.5/post.asp, line 6

    Clearly something is messed up with the CDONTS ASP function - Do I need to
    manually set up CDONTS on my server or is setup by default on IIS 5.1

    Here is the code from the file "post.asp"
    [url]http://www.qsconnect.co.uk/~gavin/post.asp[/url]

    (Note this is a PHP server, therefore the link above will show the code of
    the asp file & not actually execute it - just want to make that clear)

    Many Thanks


    *** JB Guest

  2. Similar Questions and Discussions

    1. CDONTS error - too much data?
      I have been using the CDONTS component on Windows 2000 to send emails for a long time now (code below). However, over time, the report that I am...
    2. VBScript Error with CDONTS
      Hello, Using IIS4 on a NT4 system.... sometimesI get the following error: Microsoft VBScript runtime error '800a0005' Invalid procedure call...
    3. CDONTS Problem - no error msg
      I verified that CDONTS and SMTP are supported by the server. I do not receive an error message when I open the following ASP page nor do I receive...
    4. error '8007045a' when executing CDONTS
      How can I get text description of the error? This is ASP application, not .NET application. Thanks. *** Sent via Developersdex...
    5. error '8007045a' when executing CDONTS
      I have the following sample code to send email from a form via CDONTS. I got error '8007045a' when executing the ASP page. Please help. THanks. ...
  3. #2

    Default Re: ASP CDONTS error

    There is no CDONTS in Windows XP. Use CDO.Message. See
    [url]http://www.aspfaq.com/2026[/url]

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]


    "*** JB" <mail@INVALID.mail.com.INVALID> wrote in message
    news:408cfc23$0$7362$cc9e4d1f@news.dial.pipex.com. ..
    > Hi,
    > I have been building a shopping cart & the final page will email the order
    > to an address given however I get the following error message using my ASP
    > localhost server.
    >
    > Microsoft VBScript runtime (0x800A01AD)
    > ActiveX component can't create object: 'CDONTS.NewMail'
    > /webshop_v1.5/post.asp, line 6
    >
    > Clearly something is messed up with the CDONTS ASP function - Do I need to
    > manually set up CDONTS on my server or is setup by default on IIS 5.1
    >
    > Here is the code from the file "post.asp"
    > [url]http://www.qsconnect.co.uk/~gavin/post.asp[/url]
    >
    > (Note this is a PHP server, therefore the link above will show the code of
    > the asp file & not actually execute it - just want to make that clear)
    >
    > Many Thanks
    >
    >

    Aaron Bertrand [MVP] Guest

  4. #3

    Default ASP CDONTS error

    If you want to use cdonts, you will need to copy the dll
    from a windows 2000 server and register it.

    Sincerely,
    Invotion Engineering Team
    Advanced Microsoft Hosting Solutions
    [url]http://www.Invotion.com[/url]
    >-----Original Message-----
    >Hi,
    >I have been building a shopping cart & the final page
    will email the order
    >to an address given however I get the following error
    message using my ASP
    >localhost server.
    >
    >Microsoft VBScript runtime (0x800A01AD)
    >ActiveX component can't create object: 'CDONTS.NewMail'
    >/webshop_v1.5/post.asp, line 6
    >
    >Clearly something is messed up with the CDONTS ASP
    function - Do I need to
    >manually set up CDONTS on my server or is setup by
    default on IIS 5.1
    >
    >Here is the code from the file "post.asp"
    >[url]http://www.qsconnect.co.uk/~gavin/post.asp[/url]
    >
    >(Note this is a PHP server, therefore the link above
    will show the code of
    >the asp file & not actually execute it - just want to
    make that clear)
    >
    >Many Thanks
    >
    >
    >.
    >
    Invotion Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139