
help pls: visual studio installer
Hi
I'm done with a project in VB6.0 sp3 and I want to install it on the
other computers of the company. I done the setup program with Visual Studio
Installer and it works great, the installation is done all without errors.
The problem is when is run my program's .EXE an error pops up:
"Run-time error '429' ActiveX component can't create object"
and I know that is the line: set dbQ = opendatabase("c:\DBQ.mdb")
that contains the error. The database is an Access97 one.
dbQ is declared Public dbQ as Database.
At my computer (where I've done the program with VB6.0 sp3) the .EXE works
great. At other computer the error occurs.
Is an .DLL missing or an .OCX ? I'm only using a commondialog and two
calendar in this project.
Help would be greatly apreciated,
Sebastien Anselmo