SP2 and cdonts

  • Thread starter Thread starter Richard Wilde
  • Start date Start date
R

Richard Wilde

I develop VB programs on an XP machine that use cdonts. Since installing sp2
I get an error stating:-

ActiveX component can't create object

when I try to use the .send method

Can anyone help?

PS I have tested the app on an XP machine that does not have SP2 installed
and all works well.
 
Application Compatibility Testing and Mitigation Guide for Windows XP Service Pack 2
http://www.microsoft.com/downloads/...cf-2dee-4772-add9-ad0eaf89c4a7&DisplayLang=en

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.aspx

----------------------------------------------------------------------------

:

| I develop VB programs on an XP machine that use cdonts. Since installing sp2
| I get an error stating:-
|
| ActiveX component can't create object
|
| when I try to use the .send method
|
| Can anyone help?
|
| PS I have tested the app on an XP machine that does not have SP2 installed
| and all works well.
 
Richard said:
I develop VB programs on an XP machine that use cdonts. Since installing sp2
I get an error stating:-

ActiveX component can't create object

when I try to use the .send method

Can anyone help?

PS I have tested the app on an XP machine that does not have SP2 installed
and all works well.
Hi

CDONTS has been deprecated in WinXP, use CDO.Configuration/CDO.Message
instead (works in Win2k as well), more about this here:


How do I send e-mail with CDO?
http://www.aspfaq.com/show.asp?id=2026
 
Back
Top