Error with cannot access CDO.Object

markc

New member
Joined
Oct 9, 2006
Messages
1
Programming Experience
1-3
I have a program that sends emails uaing SMTP, it works fin on my XP pro with VS.NET 2003, but when i run the exe on another machine(XP Home) i get the error "cannot access CDO.Object", have i done something wrong?, both machines have .NET v1.1 on them, I just do not understand what the problem could be

Thanks Mark
 
For this, you are going to ned to write out the InnerException for us to take a look at. The world famous "cannot Access CDO.Object" error is a favorite for system.web.mail and pretty generic in most cases. You'd think it'd be a permissions, or security thing, but most of the time it isn't. So post the inner exception and i'll have a look.
 
Back
Top