VB5 Setup Whizzer ignoring msado15.dll 
Author Message
 VB5 Setup Whizzer ignoring msado15.dll

Dear Folks:

I'm using the VB5 setup whizzer on a project wherein the
.VBP file references msado15.dll.

This file shows up in all windows of the Setup Whizzer
EXCEPT the list of files to be included in the installation.
If I create the setup disks, it is also not included there.

Is this a known problem?  Is this a problem?

Thanks for any info.
Regards,
Joe



Tue, 07 Sep 2004 07:58:17 GMT  
 VB5 Setup Whizzer ignoring msado15.dll
This file is part of MDAC (ADO etc). It should be installed by
MDAC_TYP.EXE (the MDAC setup), which should have been automatically
included by the wizard.

BE VERY CAREFUL HERE:
The wizard picks up MDAC_TYP.EXE from a specific folder (on my machine
it's C:\Program Files\Microsoft Visual
Studio\VB98\Wizards\PDWizard\Redist). It doesn't care what version of
MDAC you have installed on your machine, or which version you have
referenced in your project. It just says "Ah, MDAC is required so I
need to include MDAC_TYP.EXE and I know where I keep that". Make sure
you've got the right version in that folder. If you get it wrong the
install goes fine but, when they try to run your app, they get the
helpful error message 429 - "ActiveX component could not create
object".


Quote:
> Dear Folks:

> I'm using the VB5 setup whizzer on a project wherein the
> .VBP file references msado15.dll.

> This file shows up in all windows of the Setup Whizzer
> EXCEPT the list of files to be included in the installation.
> If I create the setup disks, it is also not included there.

> Is this a known problem?  Is this a problem?

> Thanks for any info.
> Regards,
> Joe



Tue, 07 Sep 2004 17:28:52 GMT  
 VB5 Setup Whizzer ignoring msado15.dll
Dear David:

Thanks!

Joe

Quote:

> This file is part of MDAC (ADO etc). It should be installed by
> MDAC_TYP.EXE (the MDAC setup), which should have been automatically
> included by the wizard.

> BE VERY CAREFUL HERE:
> The wizard picks up MDAC_TYP.EXE from a specific folder (on my machine
> it's C:\Program Files\Microsoft Visual
> Studio\VB98\Wizards\PDWizard\Redist). It doesn't care what version of
> MDAC you have installed on your machine, or which version you have
> referenced in your project. It just says "Ah, MDAC is required so I
> need to include MDAC_TYP.EXE and I know where I keep that". Make sure
> you've got the right version in that folder. If you get it wrong the
> install goes fine but, when they try to run your app, they get the
> helpful error message 429 - "ActiveX component could not create
> object".


> > Dear Folks:

> > I'm using the VB5 setup whizzer on a project wherein the
> > .VBP file references msado15.dll.

> > This file shows up in all windows of the Setup Whizzer
> > EXCEPT the list of files to be included in the installation.
> > If I create the setup disks, it is also not included there.

> > Is this a known problem?  Is this a problem?

> > Thanks for any info.
> > Regards,
> > Joe



Wed, 08 Sep 2004 00:48:57 GMT  
 VB5 Setup Whizzer ignoring msado15.dll
Or sometimes the even less helpful:

Method (~) of Object(~) failed.

I've had that when I've referenced a newer MDAC and (accidentally)
ditributed an older and the target system had an even older version
than what I distributed.

For instance...

Target system has 2.1
I've distributed 2.5
I've referenced 2.6

And gee... COM was supposed to fix all this!!! :)



Tue, 14 Sep 2004 01:38:13 GMT  
 VB5 Setup Whizzer ignoring msado15.dll


Quote:
> Or sometimes the even less helpful:

> Method (~) of Object(~) failed.

> I've had that when I've referenced a newer MDAC and (accidentally)
> ditributed an older and the target system had an even older version
> than what I distributed.

> For instance...

> Target system has 2.1
> I've distributed 2.5
> I've referenced 2.6

> And gee... COM was supposed to fix all this!!! :)

Nice theory.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q217754
is rather more useful, however.
"HOWTO: Control Which MDAC Version the Package and Deployment
Wizard (PDW) Distributes (Q217754)"

Terry Austin



Tue, 14 Sep 2004 01:56:31 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Difference between MSADO15.DLL and MSADOR15.DLL

2. Access Crashes with error in msado15.dll Offset: 0004537d

3. msado20.tlb and msado15.dll

4. MSADO20.TLB and MSADO15.DLL

5. wscript caused invalid page fault in module msado15.dll

6. MSADO15.DLL Registration

7. Missing Dependencies for msado15.dll

8. ADO 2.1 References, msado15.dll or msado20.tlb?

9. msado15.dll on W2000

10. msado15.dll versions

11. msado15.dll reported as not registered on client machine

12. many copies of msado15.dll and memory leaks

 

 
Powered by phpBB® Forum Software