Quantcast
Channel: VBForums - Application Deployment
Viewing all articles
Browse latest Browse all 254

[RESOLVED] Run-Time error '429': ActiveX component can't create object. VB6 Deployment Package

$
0
0
Okay, so I have this program creating an installation package for my old VB6 application.

I started off using InnoSetup, but in another thread the only comment was 'meh', like don't use it.
Okay, so I created an install package using the VB6 Deployment Package Wizard.

Both installation packages, InnoSetup created and DPW created, end up with same result.

When I try to run the installed program, I get the run-time error '429'.

I did a search within the forum but it isn't the best search system as I get all kinds of things not even close to the RT429 issue.

The big problem is that it does NOT tell me what 'object' it can't create. How does one find out in order to fix?

Is there a log somewhere that would spell this out?

Here is a list of the DLL and OCX files that I found in the original InnoSetup script .iss file associated with my app.

msvbvm60.dll **
oleaut32.dll
olepro32.dll
asycfilt.dll
comcat.dll

mscomct2.ocx *
IGResizer40.ocx *
msfl651d.dll
msflxgrd.ocx *
comctl32.ocx *
comdlg32.ocx *
DirectCOM.dll
sqlite36_engine.dll
dhRichClient3.dll

(msdatgrd.ocx)
(mschrt20.ocx)

** = Listed in References
* = Listed in Components
( ) = Listed in Components but not in my original InnoSetup install script.

DirectCOM.dll, sqlite36_engine.dll, dhRichClient3.dll did not show up in a text search of my code. So I don't know if they are called by something else or what. This is a bit over my head.

Does anyone have an idea as to what I should be doing to fix this? Thanks.

Viewing all articles
Browse latest Browse all 254

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>