Run-time error '429': ActiveX component can't create object

L

Luke Bellamy

Hi - I have a user that complains they get this error running my Access 2002
app
on their XP sp2 computer.
"Run-time error '429': ActiveX component can't create object"
But it does not happen on many many others of the same
config operating system and service packs.

Heres the low down:
1. Seems to occur on the OpenDatabase method
2. I reference DAO 3.6 (DAO 3.60.8618.0 dao360.dll) in my app references.
This is installed by SageKey/Wise scripts I use with Access 2002 runtime on
the client.
3. This installs MDAC 2.7 sp1 and JET 4.0 sp3 but XP sp2 comes with MDAC
2.8sp1 so probably
jumps over it.

So I'm wondering if this could be a dll registration problem like:
http://www.mvps.org/access/bugs/bugs0007.htm where I need to run
regsvr on the dao360.dll.

Has anyone seen this before?
 
G

Guest

Hi Luke,

Here are some KB articles that you might find helpful:

You receive a "ActiveX component can't create object" error message when
using Access
http://support.microsoft.com/?id=319844

INFO: Troubleshooting Error 429 When Automating Office Applications
http://support.microsoft.com/?id=244264

The Office XP Automation Help file is available for download
http://support.microsoft.com/?id=302460


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________

:

Hi - I have a user that complains they get this error running my Access 2002
app
on their XP sp2 computer.
"Run-time error '429': ActiveX component can't create object"
But it does not happen on many many others of the same
config operating system and service packs.

Heres the low down:
1. Seems to occur on the OpenDatabase method
2. I reference DAO 3.6 (DAO 3.60.8618.0 dao360.dll) in my app references.
This is installed by SageKey/Wise scripts I use with Access 2002 runtime on
the client.
3. This installs MDAC 2.7 sp1 and JET 4.0 sp3 but XP sp2 comes with MDAC
2.8sp1 so probably
jumps over it.

So I'm wondering if this could be a dll registration problem like:
http://www.mvps.org/access/bugs/bugs0007.htm where I need to run
regsvr on the dao360.dll.

Has anyone seen this before?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top