|
 |
activex_data_objects thread: msado25.tlb in VB
Message #1 by "Juthika Pal" <juthika.pal@p...> on Wed, 20 Jun 2001 07:42:11
|
|
I have a new Vectra PC with WIN 95
I am trying to run a VB 6.0 application but it gives an error in
Format(Time, "HH MM AMPM")
- giving a "Can't find Project or Library".
So I had a look at the References and it showed a Missing entry for
Microsoft ActiveX Data Objects 2.5 Library i.e. the msado25.tlb file was
not there.
Can u tell me whats going wrong
Also whats the use of this msado25.tlb
Please reply at the earliest possible
Message #2 by Vivekanand.S@i... on Wed, 20 Jun 2001 18:16:14 +0530
|
|
Hi
I think the problem can be solved only by re installing Visual Basic!
what ever u try to do(like copying individual files) wont help as windows
has lots of Linked files that need each other to work properly
With Regards
Vivekanand.S
Message #3 by "Pat and Kelley Flanders" <flanders@m...> on Wed, 20 Jun 2001 18:50:03 -0700
|
|
Try this:
1) Locate the VB6DEP.ini file. By default, this file is located in the
C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\ folder.
2) In any text editor, open VB6DEP.ini.
3) Locate the [Do Not Redistribute] section.
4) Add the following lines to the [Do Not Redistribute] section:
MSADO15.TLB
MSADO20.TLB
MSADO21.TLB
MSADO25.TLB
5) Save the file, and close the text editor.
6) Repackage your application, and try the installation again.
MAJ Pat Flanders
Mailing Address:
245 Ardennes Circle
Seaside, CA 93955
Email: flanders@m...
Phone: (xxx)xxx-xxxx
-----Original Message-----
From: Vivekanand.S@i... [mailto:Vivekanand.S@i...]
Sent: Wednesday, June 20, 2001 5:46 AM
To: ActiveX_Data_Objects
Cc: activex_data_objects@p...; juthika.pal@p...
Subject: [activex_data_objects] Re: msado25.tlb in VB
Hi
I think the problem can be solved only by re installing Visual Basic!
what ever u try to do(like copying individual files) wont help as windows
has lots of Linked files that need each other to work properly
With Regards
Vivekanand.S
$subst('Email.Unsub')
|
|
 |