PDA

View Full Version : Server.CreateObject Failed mail component is installed?!


jarv
04-13-2010, 12:34 PM
Hi, I am getting this error:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed


the line it is failing on is this one:

Set DMailer = Server.CreateObject("CDOSYS.Message")

I am not sure why it is not working as CDOSYS is installed on the local server

hoothelp
04-13-2010, 03:01 PM
One thing to check -

If smtpsvg.dll is definitely present and has been registered (regsvr32.exe smtpsvg.dll), ensure that the smtpsvg.dll file in [windows]\system32 has read/execute permissions for the IIS user configured for the web site.

This is assuming you're running IIS.

Best Regards -

Old Pedant
04-13-2010, 07:34 PM
There's no such thing as "CDOSYS.Message".

The correct name is "CDO.Message".