If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > CDO.DLL(error 429)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-03-03, 08:17
alkemac alkemac is offline
Registered User
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 18
CDO.DLL(error 429)

I've got a small project and everytime it runs on a client workstation, it comes uo with Runtime error 429 - Activex component cant create object. No matter what I do, I cant get it to work.

Private Sub Command1_Click()
Dim objNewMail As CDONTS.NewMail

Set objNewMail = CreateObject("CDONTS.NewMail")
objNewMail.Send "carl@test.co.za", "CRMTeam@test.co.za", "Test", "Calculation ", 0
Set objNewMail = Nothing
End

End Sub


I've done the regsvr32 thing and it hasn't helped.

PS - It happens on all machines except my development one.
Reply With Quote
  #2 (permalink)  
Old 04-04-03, 01:01
playernovis playernovis is offline
Registered User
 
Join Date: Nov 2002
Location: San Francisco
Posts: 251
Re: CDO.DLL(error 429)

CDONTS (sometimes called CDO rendering library) is NOT CDO !!!

it is Windows NT or 2000 SERVER component!! It is there for server admins and ASP email automation.

http://msdn.microsoft.com/library/de..._libraries.asp



jiri



Quote:
Originally posted by alkemac
I've got a small project and everytime it runs on a client workstation, it comes uo with Runtime error 429 - Activex component cant create object. No matter what I do, I cant get it to work.

Private Sub Command1_Click()
Dim objNewMail As CDONTS.NewMail

Set objNewMail = CreateObject("CDONTS.NewMail")
objNewMail.Send "carl@test.co.za", "CRMTeam@test.co.za", "Test", "Calculation ", 0
Set objNewMail = Nothing
End

End Sub


I've done the regsvr32 thing and it hasn't helped.

PS - It happens on all machines except my development one.
Reply With Quote
  #3 (permalink)  
Old 04-04-03, 01:04
alkemac alkemac is offline
Registered User
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 18
Your reply actually helps me jack.....
Reply With Quote
  #4 (permalink)  
Old 04-04-03, 01:11
alkemac alkemac is offline
Registered User
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 18
I actually came here for some assistance, not to be spoken down to. If you are not able to help, DONT REPLY!
Reply With Quote
  #5 (permalink)  
Old 04-04-03, 01:20
playernovis playernovis is offline
Registered User
 
Join Date: Nov 2002
Location: San Francisco
Posts: 251
why didn't you follow the link, bimbo. It would show you the real CDO library and how to use it!! You asked why it does not work, I answered....it is not a component for station, but for WinNT server only!
Reply With Quote
  #6 (permalink)  
Old 04-04-03, 02:21
alkemac alkemac is offline
Registered User
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 18
Bimbo - Well now, I guess right now you're thinking that you're speaking to your mother. I'm not your mother. Could it be because you dont know the answer and you think you reside on a pedestal above everybody else ? I think not...
Reply With Quote
  #7 (permalink)  
Old 04-04-03, 08:09
alkemac alkemac is offline
Registered User
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 18
In a gesture of goodwill, the answer is quite simple to this problem. IIS needs to be enabled in Start-Settings-Control Panel-Add Windows Options.(and it works with the dll's I've added...)
Reply With Quote
  #8 (permalink)  
Old 04-04-03, 11:25
playernovis playernovis is offline
Registered User
 
Join Date: Nov 2002
Location: San Francisco
Posts: 251
person, who has to use IIS on station because of sending email using API is a BIMBO, so you are a BIMBO! Every single machine with this API will be a web server.... very smart boy.

there are at least FIVE better methods. BTW CDONTS is not the best API out there.... but bimbo like you, who complains about the answers wouldn't get it anyway.

Last edited by playernovis; 04-04-03 at 12:16.
Reply With Quote
  #9 (permalink)  
Old 04-07-03, 01:35
alkemac alkemac is offline
Registered User
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 18
Tell you what dilbert.... Why dont you volunteer to go to Iraq.. That way you'll be raising the iq of both places...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On