o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

distributing dao360.dll -

hi all,

just did a program that uses DAO 3.6 (access 2000 format). to distribute this file, m$ suggests to:

1.
DCOM95 should be installed on Windows 95 systems that do not have DCOM installed. DCOM95 is distributed in a file called Dcom95.exe. A reboot of the system is required after installing Dcom95.exe. DCOM is required for the Mdac_typ.exe to work. DCOM is pre-installed on Windows 98 and Windows NT systems, so this step is only required for Windows 95.

2.
Install Jet 4.0, which is installed as part of Microsoft Data Access Components (MDAC) 2.1 or 2.5, but is not included in MDAC 2.6.

3.
Create a directory with the name DAO under C:\Program Files\Common Files\Microsoft Shared and copy Dao360.dll to this directory. In addition, Dao360.dll must be registered as a COM DLL. This can be accomplished by using the Regsvr32.EXE utility.

...what the heck. is this just me or is this incredibly heavy and unprofessional.

 

Distributing app with dao 3.6 (what file do i need) -
If i´m going to distribute an app with dao 3.6, what files do i need? Is dao360.dll enough?


distributing dao360.dll -
hi all, just did a program that uses DAO 3.6 (access 2000 format). to distribute this file, m$ suggests to: 1. DCOM95 should be installed on Windows 95 systems that do not have DCOM installed. DCOM95 is distributed in a file called Dcom95.exe. A reboot of the system is required


upgrade from dao350 to dao360 -
Now I want to upgrade my vb program from using dao350 to dao360. After changing the progject-reference to dao360 and run the program, I got error says I do not have permission to use the database. Can you help? thanks.


dao360.dll doesn't get installed on pc downloading activex -
Hi, I converted an ActiveX control from ADO to DAO (due to changing to a new database) Now when I run the package and deployment wizard, I include the DAO360.dll file directly in my CAB file. So it should install install it when the client downloads my ActiveX control, right!


Dependency Info -
In my project i have a reference to the Microsoft DAO 3.6 object library. When i create Setup program for my project with the package & deployment wizard it tell me that it can't find dependency for the DAO360.DLL, does any one knows how can i get the dependancy info for the DAO36


corrupt page in module DAO360.DLL -
When I try to work with an Access2000 database, using DAO 3.6, I get the error message "corrupt page in module DAO360.DLL" in some parts of my VB application. I'd updated MADC to the newest version, JetDirect too. Curiously I've no problem in the VB interpreter mode but


unable to register the DAO360.dll under Win95 platform. -
Do anybody know why I can't register the DAO360.dll under Win95 platform? I get the following error number with the GetLastError function: 0x00000485. But if I register the DAO2535.tlb and DAO350.dll, it is no error at all. [Edited by Chris on 03-28-2000 at 01:37 AM]


Diffrence between .exe / complete setup file -
In VB6. What are the differences in distributing a application between distributing only a .exe file / distributing a complete set up file.


ADO Error : ADO could not find the specified provider (-2147220992) -
Claude I'm betting that you are distributing version 2.1 of the Ms Data Access Components (MDAC_TYP.EXE), when you should be distributing version 2.0 with your application. 2.0 contains the Jet 3.51 driver, while 2.1 contains the Jet 4.0 provider. You want the former, but are probab


Error registering DAO350.dll and DAO360.dll on NT -
Hi, When I try the following: regsvr32 "c:\program files\proj1\dao350.dll" regsvr32 "c:\program files\proj1\dao360.dll" I get the following message: DllRegisterServer in "c:\program files\proj1\dao350.dll" failed. Return Code was 0x80029c4a


Free .NET linker -
One of the main hassles I'm still dealing with is distributing the whole 23 meg dotnetfx.exe with every one of my applications. (Somestimes my apps are even lower than 50kb). Is there any free way of distributing the needed .net framework files with my applications, without the install


digitally signing app, controls -
Hi there I am fairly new to distributing applications commercially. I believe that it is advised to digitally sign apps and controls when distributing, so that users know that it is from a trusted source. I am not too sure how to do this. Would I need to sign up with a certificat


Distributing VB Apps. -
Hi. What opinions do you have on making a commercial app in VB and distributing it? Would it be too much of a hassle because of the needed DLL's and such? I have Visual C++, but I don't know it as well as VB. Should I re-write the apps I want to sell in Visual C++ because they


distributing my software -
Hey all I’m in my last year of University and currently doing my Final Year Project...I’m developing an application, and for purposes of research i would like to understand the different methods of distributing my software for evaluation purposes...does anyone now of any good ar


Need help with distributing EXE -
I need help distributing my exe so it will run on other comptuers. Here's what I know: 1. The target computer must have the .Net framework. 2. all bitmaps and files called from the exe must be included. My program calls a few bitmaps from an absolute path. These work fine, bu


C# Build program for non VS.NET users not working -
I created a program in C#. When I try and distribute it to people who don't have the .NET framework or VS the program is not working... They get a `Can't initialise app` Error right when they start the app.... Is the Framework required when distributing apps? I am distribu


MS DAO 3.6 object library -
Hi, How can i collect dao360.dll Please any one can tell me.


DAO360.dll > DAO350.dll and back - ERROR -
I have a project I developed all along in VB5 using DAO360.dll, but am having some deployment problems so I figgered I'd try the old DAO350.dll. Well, I kept getting an error when running and the first form is loading; my database and recordset def's are fine, but on recordset.Edit


Distributing Applications on 30 days trial basis -
Gentleman: Can you guys give me an idea on the Software or Code needed for distributing Windows Desktop Applications on 30 days trial basis and providing the user the option for turning the trial into a full version? Thanks Andy


Dao 3.6 .. You Have it -
In The Name Of Allah , I Need The Tool .. Dao version 3.6 i think it is file named dao360.dll and thanks ,


Distributing an app with webbrowser functionality -
I built an application that utilizes the Webbrowser Control and, using the Application Setup Wizard (same as pdw), I un-checked the SHDOCVW.dll file for files to include (or not) during installation. As stated on Microsoft's website, the SHDOCVW.dll cannot be re-distributed, so I am no


pls help distributing for d/b -
hi, i have ms sql server 7.0, and vb 6. i m using dts to perform some pumping tasks to an access d/b. when distributing i bundle all the necessarry files alongwith the package, but when installing at the client it gives me this error: fatal error c:\windows\system\resources\10


Distributing Web browser control -
I am developing a VB 6 application. I will need it to navigate to a web url. I am planning to use the Web browser control. I will need to distribute the application and i am not sure whether there are any problems with the distributing the control. So i need: 1. Can i distrib


its URGENT- pls help distributing d/b -
hi, i have ms sql server 7.0, and vb 6. i m using dts to perform some pumping tasks to an access d/b. when distributing i bundle all the necessarry files alongwith the package, but when installing at the client it gives me this error: fatal error c:\windows\system\resources\10


Distributing Client VB Source -
Hi, has anyone used COM+ to host a dll and distribute VB client software over a network. I have tried this and when I try to use the msi file it returns an error saying I require a new version of msiexec.exe. I was wondering if the issue is related to the fact that I am hosting


Class not registered problem -
What you can do is in your package and deployemtn wiz include the dao350.dll and the dao360.dll very important! Let me know if this works for you


distributing crystal reports with setup -
hi all, i have problem in distributing the crystal reports with the setup. presently what i'm doing is creating a seperate folder and saving the reports in that folder. i tried to use the "complie and distribute reports" but could not proceed. how to include the crystal r


Trouble distributing datagrid -
I have developed a simple application that uses a datagrid control to reflect the contents of a database. However, I have been having trouble distributing it onto other computers. It works fine on computer that have VB6 installed, but no others. These host computers have DCOM98 and


Excel and VB.NET -
I am just curious, when I make use in a project of the COM Microsoft Excel Object Library and ditribute the application to a PC that does not have Excel, will it work? I an having a hard time distributing a project that uses the Excel.Application object. It works fine in PC


Distributing install packages with dlls & OCX -
Could some one point me in the direction of detailed:confused information regarding distributing installation files. I want to generate an install file for a project that includes multiple dlls and OCXs. Can all the dlls and ocxs be included in the package; or is there a need to fir


[2005] Developing and distributing licenced software -
Hello, I am creating some software and don't want the software to be installed on any other computers. I can give it to the customer, but how can I avoid the customer from installing it on other computers. I think I need to create some license so that the setup I give them


Distributing applications to computers without MS Access -
Hi, I am just in the process of learning VB, so this might be a silly question. I was wondering what people do when they write an application that utilizes a database and want to distribute the app to other people ... even if they do not have Access or some other database program on


Gees - how bad is distributing apps -
[WHINGE] I'm in the <long and tiresome> process of creating distribution files for my application. I'm using Installshield Express 2.12. I'm feeling fairly competant with what i'm doing but now i'm wondering if i'm going about this the long long way. The application uses


Worried (Distributing a VB-Access program) -
Hello, I have developed a visual basic 6 educational program, that gets its information from an access 2000 mdb file. (The users only get info from the db, and do not write to it) The program is quite complicated, it has graphs, a lot of graphics and so on, yet it runs without


JET and ADO -
If I am using ADO (aka MDAC 2.7 - XP system here) to handle data to / from my access database do I need JET registering on the system. Clearly If I want to do data compacting I will need Dao360.dll, and this is part of the Jet install. But apart from that, does ADO rely on JET ?? or


Problem running a DAO360 app on Win98 -
Background: 3 months ago, our Win98 development system for a VB5 app took a nose dive. The hard drive got fried somehow. We had the data recovered by a recovery firm and have placed the VB5 development system on an XP Pro system. We found that we had to update the DAO3.51 data acce


distributing a license with PDA -
Hello, VS 2005 WM 5.0 & WM 6.0 I am creating some software and don't want the software to be installed on any other PDA devices. I can give it to the customer, but how can I avoid the customer from installing it on other PDAs. I think I need to create some license so


error 50003 -
I have a vb5 program with dao360 and access 2000. It works ok on my machine. And I finally make it successfully installing to client 98 machine. But when I install it to ME and run it, I get error 50003. Can you help? Thanks.


Database distribution confusion -
Hey All, In my program I have a database, and would like to know what files need to be distributed with my app. I am using DAO with Microsoft Access 2000, and I reference Microsoft DAO 3.6 Object Library. The P & D Wizard listed Dao360.dll, but I have read elsewhere i


Distributing a DLL -
Has anyone got any ideas as to how i would distribute a dll and register it. Or does anyone know how or have documentation on how to do this with the windows installer. Cheers Peter