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

I have a VB6 project that uses RDO to connect to an SQL Server Datasource
and a CODA-RMS Datasource.  On my development machine (and all the machines
bar one I can test on here at work), the application works fine.  Out at the
customer site I'm getting a:

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

when we run the app.

We have had the error using Access and fixed the problem by installing the
Office service packs (1 & 2).  But in this case it has not solved the
problem.  I sent the customer an access MDB with the following code to test:

--Begin Code--
Dim env as rdoEnvironment
Set env = rdoEngine.Crea{*filter*}vironment("Test","","")
--End Code--

and it fails with the error on the Set... Line.

We have even re-installed the MDAC type libraries again with no luck.

Anyone else experienced this problem, and better yet, offer a solution?



Tue, 24 Jul 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

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

2. Run-Time Error '429': ActiveX component can't create object

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

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

5. Run-Time Error '429': ActiveX component can't create object

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

7. Run time error 429 ActiveX Component can't create object

8. Run time error 429: Activex component can't create object

9. Run Time Error 429: Active-X component can't create object

10. Run-time Error 429 (ActiveX can't create object)

11. ActiveX component can't create object or return reference to this object (Error 429)

12. Runtime error '429', ActiveX can't create object

 

 
Powered by phpBB® Forum Software