473,386 Members | 1,842 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Outlook Automation and err 429 ActiveX component can't create object

I'm using late binding to create Outlook email from an Access2K
database. I am not referencing the Microsoft Office 9.0 Object Library
nor the Microsoft Outlook 9.0 Object Library. Instead, I have used the
late binding code:

Dim objOutlook as object
Set objOutlook = CreateObject("Outlook.Application")
Set objOutlookMsg = objOutlook.CreateItem(0)
etc...

I have developed it on a machine running Office 2000 and tested it on
a machine running Office 2003. Works fine for me.
However, other users are reporting: Error: 429 ActiveX component can't
create object.

Does anyone have experience with this and a solution?
Nov 13 '05 #1
2 3941
Just to get the most obvious question out of the way:

Does the machine where this fails have Outlook installed at all?
If so, what version?

- Turtle

"Blake" <bl*******@hotmail.com> wrote in message
news:a8**************************@posting.google.c om...
I'm using late binding to create Outlook email from an Access2K
database. I am not referencing the Microsoft Office 9.0 Object Library
nor the Microsoft Outlook 9.0 Object Library. Instead, I have used the
late binding code:

Dim objOutlook as object
Set objOutlook = CreateObject("Outlook.Application")
Set objOutlookMsg = objOutlook.CreateItem(0)
etc...

I have developed it on a machine running Office 2000 and tested it on
a machine running Office 2003. Works fine for me.
However, other users are reporting: Error: 429 ActiveX component can't
create object.

Does anyone have experience with this and a solution?

Nov 13 '05 #2
The machine is running Outlook 2003, Access 2000 SR1.
"MacDermott" <ma********@nospam.com> wrote in message news:<pH******************@newsread3.news.atl.eart hlink.net>...
Just to get the most obvious question out of the way:

Does the machine where this fails have Outlook installed at all?
If so, what version?

- Turtle

"Blake" <bl*******@hotmail.com> wrote in message
news:a8**************************@posting.google.c om...
I'm using late binding to create Outlook email from an Access2K
database. I am not referencing the Microsoft Office 9.0 Object Library
nor the Microsoft Outlook 9.0 Object Library. Instead, I have used the
late binding code:

Dim objOutlook as object
Set objOutlook = CreateObject("Outlook.Application")
Set objOutlookMsg = objOutlook.CreateItem(0)
etc...

I have developed it on a machine running Office 2000 and tested it on
a machine running Office 2003. Works fine for me.
However, other users are reporting: Error: 429 ActiveX component can't
create object.

Does anyone have experience with this and a solution?

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Chuck Farah | last post by:
I am unsuccessfullly trying to display an outlook email from a vb web forms (.net) outlook 2002 #1. is it possible to use outlook client email from a web form using the outlook object model...
1
by: Blake | last post by:
I'm using late binding to create Outlook email from an Access2K database. I am not referencing the Microsoft Office 9.0 Object Library nor the Microsoft Outlook 9.0 Object Library. Instead, I have...
6
by: Frank X | last post by:
Excel 2002 introduced a capability to add custom worksheet functions to Excel direct from a COM/ActiveX object. I can use C# to develop a COM object which I can use fine from Excel/VBA, however...
2
by: W. Broersen | last post by:
I want to use Outlook.Application, but I donot get further. Dim objOLApp As Outlook.Application objOLApp = CreateObject("Outlook.Application") Everytime I'll get the following error: Cannot...
2
by: HvG | last post by:
I'm sure this is a trivial question, but I cannot create an Outlook Object from a WebForm app, but can from a console app. or a Windows app. My COM knowledge is very poor sorry. ...
7
by: John | last post by:
Having a problem sending emails through vb.net. Our inhouse software automatically sends an email to the programming staff whenever an error is encountered. This code works just fine on machines...
3
by: wizzbangca | last post by:
Hi everyone. Having problems with a utility I am writing for work. The previous IT Director thoughtfully allowed 3 (2000, xp, 2003) versions of outlook to be installed rather than 1. Now I need...
26
by: Tom Becker | last post by:
Is there a way, from Access, to programmatically click the Send and Receive button in Outlook?
1
by: drk.kumar | last post by:
I have an implementation issue with WMI scripts to check the user machine processor. The implementation is working fine in the local machine (Windows XP operating system). It is throwing script...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.