hi all
i'm trying to send an email in .net using the system.web.mail library and it doesn't want to work. getting an error when i run it that says
An unhandled exception of type 'System.Web.HttpException' occurred in system.web.dll
Additional information: Could not create 'CDO.Message' object.
i'm aware that system.web.mail is basically just a wrapper around the older cdo stuff. and i've checked that cdosys.dll is registered on my machine (i'm using win xp pro by the way), but can't think what else could be the problem.
any ideas anyone?I will move this to the .NET forum for you.post the code.
i'm trying to send an email in .net using the system.web.mail library and it doesn't want to work. getting an error when i run it that says
An unhandled exception of type 'System.Web.HttpException' occurred in system.web.dll
Additional information: Could not create 'CDO.Message' object.
i'm aware that system.web.mail is basically just a wrapper around the older cdo stuff. and i've checked that cdosys.dll is registered on my machine (i'm using win xp pro by the way), but can't think what else could be the problem.
any ideas anyone?I will move this to the .NET forum for you.post the code.