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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin G.

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

    I am trying to instantiate an in-house DLL within my ASP application
    and I'm getting the following error:

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

    I have tried re-registering the DLL, restarting IIS, etc., but no luck.

    Any suggestions?

    Thank you,
    Kevin G

  • Anthony Jones

    #2
    Re: Error Type: Server object, ASP 0177 (0x800AEA5F) 800aea5f


    "Kevin G." <KevinGravelle@ gmail.comwrote in message
    news:1164654356 .011584.134770@ l12g2000cwl.goo glegroups.com.. .
    I am trying to instantiate an in-house DLL within my ASP application
    and I'm getting the following error:
    >
    Error Type:
    Server object, ASP 0177 (0x800AEA5F)
    800aea5f
    >
    I have tried re-registering the DLL, restarting IIS, etc., but no luck.
    >
    Any suggestions?
    >
    What does the DLL do? (E.g., uses ADO, MSXML, etc?)
    What tool did you use to build the DLL? (VB6 most likely right?)
    Does it work on the machine on which you built it?
    When do you get the error? (Server.CreateO bject?)
    On the failing machine use a little VBS file to insantiate the object does
    that work?


    800aea5f is 59999 unexpected error, which is one of those useless errors
    that have a myriad of possible causes.





    Thank you,
    Kevin G
    >

    Comment

    • Kevin G.

      #3
      Re: Error Type: Server object, ASP 0177 (0x800AEA5F) 800aea5f

      Thanks for your reply. I was able to fix the problem by doing both
      "Workaround "s described in the following document:


      Kevin

      On Nov 28, 4:01 am, "Anthony Jones" <A...@yadayaday ada.comwrote:
      "Kevin G." <KevinGrave...@ gmail.comwrote in messagenews:116 4654356.011584. 134770@l12g2000 cwl.googlegroup s.com...
      >
      I am trying to instantiate an in-house DLL within my ASP application
      and I'm getting the following error:
      >
      Error Type:
      Server object, ASP 0177 (0x800AEA5F)
      800aea5f
      >
      I have tried re-registering the DLL, restarting IIS, etc., but no luck.
      >
      Any suggestions?Wha t does the DLL do? (E.g., uses ADO, MSXML, etc?)
      What tool did you use to build the DLL? (VB6 most likely right?)
      Does it work on the machine on which you built it?
      When do you get the error? (Server.CreateO bject?)
      On the failing machine use a little VBS file to insantiate the object does
      that work?
      >
      800aea5f is 59999 unexpected error, which is one of those useless errors
      that have a myriad of possible causes.
      >
      >
      >
      Thank you,
      Kevin G- Hide quoted text -- Show quoted text -

      Comment

      Working...