Error Type :Server object, ASP 0177(0x800AEA5F)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandeepthachan
    New Member
    • Jan 2007
    • 17

    Error Type :Server object, ASP 0177(0x800AEA5F)

    We have created one web site. Here if one person loggined and try to access a particular page then it goes to the error page with the message that the page cannot be dispalyed. and also it displays the error as:
    Error Type:
    Server object, ASP 0177 (0x800AEA5F)
    800aea5f

    We created one dll file to access the emp_details from the database
    Error displays when it comes to the below mentioned line
    set ddata = server.CreateOb ject ("EmployeeDetai ls.EmpDetails")
    here EmployeeDetails is the dll.

    Please provide a solution for this

    Thanking you
    Sandeep
  • sandeepthachan
    New Member
    • Jan 2007
    • 17

    #2
    Originally posted by sandeepthachan
    We have created one web site. Here if one person loggined and try to access a particular page then it goes to the error page with the message that the page cannot be dispalyed. and also it displays the error as:
    Error Type:
    Server object, ASP 0177 (0x800AEA5F)
    800aea5f

    We created one dll file to access the emp_details from the database
    Error displays when it comes to the below mentioned line
    set ddata = server.CreateOb ject ("EmployeeDetai ls.EmpDetails")
    here EmployeeDetails is the dll.

    Please provide a solution for this

    Thanking you
    Sandeep
    The above mentioned dll is working perfectly...
    Is it an eeror of IIS?
    Please somebody give me a suggestion about this

    Thanking you
    Sandeep

    Comment

    Working...