Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run-time error '429'

I have developed an inventory management software using VB6. and i have copied it on Client's machine and it was working. but 3 days before they formatted the system and now i copied the software again an i tried to run the application. but i got the following error message

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

Please help me.

like image 539
brainless Avatar asked Mar 03 '26 21:03

brainless


1 Answers

The most likely cause is a missing or unregistered/corrupt ActiveX control, see this link. Does your application have an installation program you should have run? Otherwise you'll have to look through the project dependencies and try and guess to see what is missing if the error context doesn't give any clue.

like image 144
Paul Hadfield Avatar answered Mar 05 '26 13:03

Paul Hadfield