A
Akbur
Dear all,
I'm having major issues sending an email from my ASP.NET app.
I'm getting a "Could not create 'CDO.Message' object".
When I did a search for cdosys.dll in \win_location\system32, I could
not find it. So I copied it from another Windows 2003 server, where
it did exist. Another dependant file was missing too (inetcomm.dll).
I've tried registering cdosys.dll using regsvr32 cdosys.dll and also
regsvr32 \win_location\system32\cdosys.dll but I keep getting an error
'LoadLibrary(...) failed - a dynamic link library (DLL) initialization
routine failed'. The same happens when I try to registry
inetcomm.dll.
An SMTP service is installed on the Windows 2003 machine I am dealing
with. I have a feeling it is because cdosys.dll does not exist in the
registry which is why the error is occuring, but I do not know how to
overcome the LoadLibrary failure message.
Can anyone advise? I've read lots of good articles on the net but to
no avail.
Thanks,
Akbur
I'm having major issues sending an email from my ASP.NET app.
I'm getting a "Could not create 'CDO.Message' object".
When I did a search for cdosys.dll in \win_location\system32, I could
not find it. So I copied it from another Windows 2003 server, where
it did exist. Another dependant file was missing too (inetcomm.dll).
I've tried registering cdosys.dll using regsvr32 cdosys.dll and also
regsvr32 \win_location\system32\cdosys.dll but I keep getting an error
'LoadLibrary(...) failed - a dynamic link library (DLL) initialization
routine failed'. The same happens when I try to registry
inetcomm.dll.
An SMTP service is installed on the Windows 2003 machine I am dealing
with. I have a feeling it is because cdosys.dll does not exist in the
registry which is why the error is occuring, but I do not know how to
overcome the LoadLibrary failure message.
Can anyone advise? I've read lots of good articles on the net but to
no avail.
Thanks,
Akbur