error setting up database program keep getting this error

Discussion in 'C#' started by goose3711, Jul 23, 2008.

  1. #1
    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    /GRE/resolution/REPGuestInfo.asp, line 3

    800401f3


    ---------------------------and--------------------

    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    /GRE/resolution/REPActualFoodService.asp, line 3

    800401f3


    -------------
    I am new to the whole programing thing please let me know what I need to do to fix these errors.
     
    goose3711, Jul 23, 2008 IP
  2. jscowen

    jscowen Peon

    Messages:
    148
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think you'll need to post some code, at least line 3 from these files so we can tell what you're trying to do
     
    jscowen, Jul 24, 2008 IP
  3. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello,

    Cannot make out from error msg. General this error occurs when

    Your ADO components are incorrectly registered.

    This may be one of the reason.
     
    VishalVasani, Jul 24, 2008 IP
  4. goose3711

    goose3711 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    When I click on the guest tab this is the code I get

    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    /GRE/resolution/REPGuestInfo.asp, line 3

    800401f3

    ----------
    Here is the file code for what it says the error is on. I am not sure what needs to be fixed

    <%
    Dim ASPLightningcGuestInfo
    Set ASPLightningcGuestInfo = Server.CreateObject("R2.cGuestInfo")
    ASPLightningcGuestInfo.ExeccGuestInfo
    Set ASPLightningcGuestInfo = Nothing
    Response.End
    %>


    This is the top 7 lines of the file. Please let me know what is wrong
     
    goose3711, Jul 24, 2008 IP
  5. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hello

    The com object or DLL is not properly installed "R2.cGuestInfo"
     
    VishalVasani, Jul 24, 2008 IP