help pls: visual studio installer 
Author Message
 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



Sat, 21 Sep 2002 03:00:00 GMT  
 help pls: visual studio installer
Sebastien,

How sure are you that the database exists on the target machine in the
specified location (the root????)?
--
Kathleen
(MS-MVP)
Reply in the newsgroup so everyone can benefit
--


Quote:
> 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




Sat, 21 Sep 2002 03:00:00 GMT  
 help pls: visual studio installer
of course, on the computer that I wrote this program, it works fine...

I copied the screen that I have to show you what are the items (.DLL, OCX
and ....) that are put by default in the installation file by Visual Studio
Installer.

the error message is still:  "Run-time error '429'   ActiveX component can't
create object"

and the error occurs at this exact line of code:  set DBQ =
Opendatabase("c:\DBQ.mdb")
and the Database is declared like this:              Public DBQ as Database

Sebastien anselmo
quebecor printings inc.

begin 666 install-screen.jpg
<encoded_portion_removed>



Sat, 21 Sep 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Need help w/Visual Studio Installer

2. Help: How to install Visual Studio Installer

3. HELP: Visual Studio Installer

4. Need help w/Visual Studio Installer

5. Visual Studio Installer Help

6. Visual studio installer help needed

7. Visual Studio Installer Error, solution update failed...

8. Visual Studio Installer

9. Visual Studio Installer

10. How to program visual studio installer?

11. Visual Studio Installer 6

12. Visual studio installer

 

 
Powered by phpBB® Forum Software