ASP 0177 : 800401f3 error in classic ASP page.
Posted
by
Arup Chaudhury
on Stack Overflow
See other posts from Stack Overflow
or by Arup Chaudhury
Published on 2011-01-06T08:41:49Z
Indexed on
2011/01/06
8:53 UTC
Read the original article
Hit count: 219
I have some classic ASP pages showing error all of a sudden.
The error is as follows:
Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /CustCare/mainwebpage_Midas.asp, line 84 Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
Now line 84 is as follows:
Set MyCon = Server.CreateObject("ADODB.Connection")
What can be the reason that is causing this error and how to solve it. Please suggest.
© Stack Overflow or respective owner