-
I've developed a VB app to run on several other desktops. After loading on a desktop and attempting to run, I'm getting a run-time error '429' - ActiveX component can't create object -- Class not registered -- Looking for object with CLSID: _________________. What is the solution for this?
-
It means that the user who's running your program either doesn't have some files installed or those files are an older version.
You have to create a Setup for your program which will include all needed files. You can use Package and Deployment Wizard to create a Setup.