Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server object error 'ASP 0177 : 8002801d'

Status
Not open for further replies.

dnstapes

Programmer
Jul 17, 2001
38
US
My .asp webpages were working fine on Friday, but I checked them yesterday, and every one of them produces this error:


Server object error 'ASP 0177 : 8002801d'

Server.CreateObject Failed

/ line 2

Library not registered.



anyone know how to fix it?

Thanks
 


dnstapes,

You need to know which dll needs to be registered and place it your Windows system32 directory.

From the command line, use:

regsvr32 "yourdll" where "yourdll" is the name
of the DLL.


fengshui1998

 
How do I determine which dll needs to be registered?
 
U need to search in your registry file (aka REGEDIT) for the Object String that u used in CreateObject and after u find see witch dll uses... ________
George, M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top