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

Casey Crookston casey at thecrookstons.com
Wed Mar 2 09:22:53 CST 2005


>dim objCDO
>Set objCDO = Server.CreateObject("CDONTS.NewMail")
>
>Returns this 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


Thanks, Rob.

>From what I could glean from Google and Microsoft, this is, as you say, a
problem with a .dll file.  What I can't seem to figure out is WHICH .dll
file do I need to ask my host company to (re?) install.

Casey



More information about the thelist mailing list