Server.CreateObject Failed with custom DLL

Discussion in 'Classic ASP' started by Hector, Nov 28, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi. I'm getting the following error:

    Server object error 'ASP 0177 : 800401f3'
    Server.CreateObject Failed
    /mysite.asp, line 47
    800401f3

    Line 47: Set m_visit = Server.CreateObject("MyCustomDLL.Visit")

    TheMyCustomDLL.dll fileis alreday uploaded to the/Bin folder.

    Please help.
    Thanks.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You are using COM object. COM object needs to be registered on the server before it can be used. HOWEVER, we do not provide support for 3rd party COMs. COMs can cause stabiltiy and security issues.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page