|
Prev: Trapping F1, F2, F3, F4, etc. keys
Next: How To Retrieve ADO Recordset from Oracle Function Through ASP?+
From: Kevin G. on 27 Nov 2006 14:05 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
From: Anthony Jones on 28 Nov 2006 04:01 "Kevin G." <KevinGravelle(a)gmail.com> wrote in message news:1164654356.011584.134770(a)l12g2000cwl.googlegroups.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.CreateObject?) 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 >
From: Kevin G. on 28 Nov 2006 12:36
Thanks for your reply. I was able to fix the problem by doing both "Workaround"s described in the following document: http://support.microsoft.com/kb/259725 Kevin On Nov 28, 4:01 am, "Anthony Jones" <A...(a)yadayadayada.com> wrote: > "Kevin G." <KevinGrave...(a)gmail.com> wrote in messagenews:1164654356.011584.134770(a)l12g2000cwl.googlegroups.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.CreateObject?) > 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 - |