473,395 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

visual basic - dao350.dll missing

I have used a PDW to put my program on a cd. (written in VB6). On some machines, as soon as you try to run the program you get runtime error 91 signifying that a routine is missing (dao350.dll). I have been told that the solution is to change the "connect" property for the data control to Access 2000. On my version of VB this is not possible because selection is via a drop-down list. If I try to force it I get an error ISAM not loadable. If I use the PDW under visual studio, which is too basic, I can produce a cd which works. However, it does not have autorun and the database location has to be specified by the user - too complicated. I need to know what PDW to get in order to be able to produce a cd which works - any help would be appreciated.
Apr 11 '07 #1
2 11562
iburyak
1,017 Expert 512MB
1. You can create a package for program distribution this way all necessary DLLS would be provided with it. Use “Package and Deployment Wizard” from VB Tools. This is recommended approach for all VB program distributions. Put package on the network and do installation on each machine from this package.

2. You can try to put necessary DLL from your machine in the same folder where your VB executable and it might help. Sometimes you need to Register this DLL on local machine.

3. You can download MDAC 2.8 from Microsoft site for free and install on local machines.

http://msdn2.microsoft.com/en-us/data/aa937730.aspx

4. Installing Microsoft Office on machine might help. It is also installs database drivers but no guarantee that it would be the same version used in your application.


Good Luck.
Hope it helps.
Irina.
Apr 11 '07 #2
iburyak
1,017 Expert 512MB
I have used a PDW to put my program on a cd. (written in VB6). On some machines, as soon as you try to run the program you get runtime error 91 signifying that a routine is missing (dao350.dll). I have been told that the solution is to change the "connect" property for the data control to Access 2000. On my version of VB this is not possible because selection is via a drop-down list. If I try to force it I get an error ISAM not loadable. If I use the PDW under visual studio, which is too basic, I can produce a cd which works. However, it does not have autorun and the database location has to be specified by the user - too complicated. I need to know what PDW to get in order to be able to produce a cd which works - any help would be appreciated.
Is it possible that when you created your package you didn't mention to add DAO and if you did will it register this DLL on local machine?
Apr 11 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Tom_OM | last post by:
I just got a new computer and am having a beast of a time getting Visual Studio to install on it. The computer is an HP Pavilion a750e with an AMD Athlon 64/3700 processor, a gig of RAM, a 250 gig...
0
by: planetthoughtful | last post by:
Hi All, It seems my installation of Visual Basic Help for Access 2003 is missing pages / entries. eg, when I do a search on 'subform' and then click on 'Me Property' in the search results, I...
13
by: bjhartin | last post by:
All, I was working at a client's site when I installed Visual Basic 6 on a machine at their request. Existing applications on this machine had specified version 4.0 of the Jet OLEDB provider in...
10
by: Dave Taylor | last post by:
I have a VB.NET WinForms project that has about 15 forms in it. When I opened the project yesterday, one of the form files does not open as a form (i.e. double-clicking it in Solution Explorer...
3
by: MLH | last post by:
I tested the install fileset on my laptop before leaving the office. It worked perfectly. My-App installation was terminated prematurely because DAO350.DLL would not register in registry. So I...
4
by: MRD | last post by:
Hi All, I found a useful bit of code on msdn in VC but need it in VB. I've started the conversion but can't quite finish. The code puts a custom Icon on a toolbar (In my case the Word Add-in...
0
by: sukh | last post by:
i have installed vs installer 1.1 all the component are working except vb,as i cilck on vb an error flash that can't find file 'DAO350.dll'.i have installed that too,but the error is same.i have...
6
by: Salman | last post by:
I would like to know how I can distribute the application that I create with Visual C++ express edition. I checked the menu options to find a deploy option similar to the one found on the Visual...
6
by: Vince | last post by:
Hello all, I am using Visual Basic to open a saved query and then save information in the query to an array for later use. The problem is that the same query shows different results when opened...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.