472,145 Members | 1,465 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

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

Nov 27 '06 #1
2 6926

"Kevin G." <Ke***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.googlegr oups.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

Nov 28 '06 #2
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...@yadayadayada.comwrote:
"Kevin G." <KevinGrave...@gmail.comwrote in messagenews:11**********************@l12g2000cwl.g ooglegroups.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 -
Nov 28 '06 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.