1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

formmail

Discussion in 'C#' started by lib, Sep 23, 2005.

  1. #1
    well i'm sure that this is a repeat topic, so sorry about that, but i just cannot get it to work!

    i have gotten scripts to work just fine on other servers but i have been trying to get a contact form on my personal site for quite sometime now, and cannot succeed. i have the economy plan @ godaddy w. asp/windows. is this the problem? I have tried several scripts...brainjar's and now working with the one @ geocel. The latest error is:

    Server object error 'ASP 0177 : 800401f3'
    Server.CreateObject Failed
    /ASPFormMail.asp, line 113
    800401f3
    :confused: :confused:
    i don't know what i'm doing please help!

    thanks,
    lindsey
     
    lib, Sep 23, 2005 IP
  2. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    we'll probably need code samples to help you - i.e. what's happening on line 113? i'd post the code (at least several dozen lines previous to line 113 including line 113, indicating which one is line 113 so that we will know specifically where its breaking) for us to see - and we might be able to give you a better idea what's going on. its impossible to say at this point.

    Welcome to DP by the way! I hope you find the answers you seek.

    VG
     
    vectorgraphx, Sep 23, 2005 IP
  3. Connect

    Connect Guest

    Messages:
    191
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Please post the codes to let us see, otherwise no way to tell what's wrong. You could be using a third party component that's not available on the server.
     
    Connect, Sep 23, 2005 IP
  4. lib

    lib Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    SendMail();

    %>

    <%
    function SendMail() {
    DM = Server.CreateObject('Geocel.Mailer');

    /*
    * If the above line fails, run the following from the
    * the command line 'C:\>' - REGSVR32.EXE DVMAILER.DLL
    */
     
    lib, Sep 24, 2005 IP
  5. gworld

    gworld Prominent Member

    Messages:
    11,324
    Likes Received:
    615
    Best Answers:
    0
    Trophy Points:
    310
    #5

    I don't think you have the possibility to register a dll on godaddy economy plan and if dll is not registered it won't work.
     
    gworld, Sep 25, 2005 IP
  6. lib

    lib Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    when i ran command and did the registration thingy it worked but you are probably right. i don't fully understand what a dll is can someone break it down for me?

    also, does this mean i am s.o.l.?
     
    lib, Sep 26, 2005 IP
  7. Connect

    Connect Guest

    Messages:
    191
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    'Geocel.Mailer' is a dll component that you are trying to use to send emails from your ASP script. Unfortunately this dll is not available on the server.

    Unfortunately again, this dll may not be widely available on hosting servers.

    The other option is to use CDONTS to send emails. If this is also not enabled, then please ask your hosting provider what email sending components they support. They will be glad to help you.
     
    Connect, Sep 26, 2005 IP
  8. lib

    lib Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    ok cool. thanks a lot for your help!
     
    lib, Sep 27, 2005 IP