Active X Component can't create Object 
Author Message
 Active X Component can't create Object

Active X Component can't create Object
RunTime Error 429

I have written a simple EXE to copy information from one MySQL
Database to Another. The Application works fine on my PC but no other
PC. All PC's are windows 2000

Anyone got any ideas
Padraig



Fri, 09 Jul 2004 06:51:44 GMT  
 Active X Component can't create Object
Are you using CreateObject(), GetObject(), or using any nonstandard ActiveX controls or References (Project -> References...)?  The later can typically be resolved with the Package and Deployment Wizard (you did make a setup utility didn't you?).  For CreateObject() and GetObject(), I'm image you might have to manually determine the associated libraries and add them to the setup program.  Generally, you can take the class name and find the associated file(s) by searching the HKEY_CLASSES_ROOT key in the registry for it.

Howard Henry Schlunder

Quote:

> Active X Component can't create Object
> RunTime Error 429

> I have written a simple EXE to copy information from one MySQL
> Database to Another. The Application works fine on my PC but no other
> PC. All PC's are windows 2000

> Anyone got any ideas
> Padraig



Fri, 09 Jul 2004 09:41:13 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Active X component can't create object

2. How do I solve Active X component can't create object error

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

4. Active X component can't create object.

5. Active X Component Can't Create Object !

6. Active X component can't create object

7. Active X component can't create object

8. active x component can't create object

9. Please Help - Error 429 - Active X Component Can't Create Object

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

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

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

 

 
Powered by phpBB® Forum Software