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.

Server object error 'ASP 0177 : 800401f3'

Discussion in 'C#' started by richalva29, Jul 12, 2005.

  1. #1
    Hello everyone,

    I am new to ASP and I am getting the following error when I try to submit a from through e-mail. Can any one help on this?

    Thanks,
    Richalva29
     
    richalva29, Jul 12, 2005 IP
  2. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check your CreateObject call and make sure that you are passing a valid application ID (it's called ProgID). If you are using a third-party COM object, you may need to register this object first (e.g. regsvr32 myobject.dll).

    J.D.
     
    J.D., Jul 12, 2005 IP
  3. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #3
    from first google result for 'ASP 0177 : 800401f3'
     
    exam, Jul 12, 2005 IP
  4. richalva29

    richalva29 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I am not hosting the web site that the error is occuring on. Is there anything I can do on my end or is this server issue? The portion of code that is being referenced in the error is as follows:

    set mailObj = Server.CreateObject("SMTPsvg.Mailer")
     
    richalva29, Jul 13, 2005 IP
  5. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Make sure the COM object (i.e. SMTPsvg.Mailer) is registered. Find its DLL and register it as I mentioned in my first post in this thread (you can register it twice, that's no problem). Another issue may be permissions. Make sure that your IIS user has sufficient rights to access this COM object.

    J.D.
     
    J.D., Jul 13, 2005 IP
  6. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #6
    probably the only option you have is to point it out to your system admin, if you're just an end user. it's definitely server side.

    I'd be sure to provide the sys admin with your complete error code.

    VG
     
    vectorgraphx, Jul 13, 2005 IP
  7. Alexander Egorov

    Alexander Egorov Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Guys, thank you so much. Was able to resolve the issue of not sending CDONTS created e-mails.
    Regards
     
    Alexander Egorov, Dec 13, 2007 IP