[thelist] ASP: Server Error using CDONTS - ASP 0177 : 800401f 3

Rob Smith rob.smith at THERMON.com
Wed Mar 2 09:13:46 CST 2005


<snip author="Casey Crookston">
I've had a web site running smoothly for a good long time (year and a half
plus), and all of a sudden the client calls yelling at me because their
Request Info form has stopped working.  I tested it, and sure enough he's
right.  Here's the error:


Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/asp_includes/contact_submit.asp, line 25
Invalid ProgID. For additional information specific to this message please
visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
</snip>


Casey,

I just has a similar problem with a different component just not 10 minutes
ago. My issue was with the ASPTreeView component. It turns out that I was
calling an older version that was installed on the old server. I got the new
.dll and regsvr32'ed it, changed the server.createobject("") to the new
object and all is well.

Maaaaybe this will shed some light for you.

Rob


More information about the thelist mailing list