Link to home
Start Free TrialLog in
Avatar of jessito
jessito

asked on

Run-Time Error 429: ActiveX component can't create object. Exist other package tool for deploy VB applications?

These are my error when I run the application in client PC's.
Run-Time Error 429: ActiveX component can't create object.

I make the package with Package & Deployment Wizard, but doesn't work in any other PC, just run in my pc developer.

I applied these notes:
http://www.mvps.org/access/bugs/bugs0007.htm
http://support.microsoft.com/default.aspx?scid=kb;en-us;281848

and nothing. the error still.
Avatar of jessito
jessito

ASKER

I used the Package & deployment Wizard, and I had ohter error to try to install the application in my server: "An error ocurred when  registering the msado21.tlb" but I applied the note from
VBmim (Programmer)
 http://www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/30/pid/194/qid/12386

this note solve my proble with the installation but at moment to run the application on the server the original error still.
run-time error 429 The Active X can't create the object.
One of your components that is on your development system is NOT properly being packaged and/or redistributed to the end-user systems.

Put better ERROR handling into your program and you will be able to find out exactly what module and sub-routine the problem is being caused in.

99% of the time, that information will lead you to the component that is missing.
Try an newer version of the MDAC_TYP.EXE 2.5, 2.6 or 2.7 should be suficient.

A newer version can be installed by itself

Not the right solution then look at your references in the deploymentscript. Anything you'll have to pay for?? 3party controls or something.

You should have an error handler in each function. (get away from the on error resume next thing)

Avatar of Éric Moreau
jessito:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
Experts: Post your closing recommendations!  Who deserves points here?
jessito, an EE Moderator will handle this for you.
Moderator, my recommended disposition is:

    Save as PAQ -- No Refund.

DanRollins -- EE database cleanup volunteer
The link I have provided fix the problem. My recommandation is:

Accept emoreau's comment.
ASKER CERTIFIED SOLUTION
Avatar of RotaredoM
RotaredoM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial