-
Deployment issue
Hi to all masters,
I made a test program using OLEDB (MS Access 2000 database). It is running fine on
my machine where I developed it. To test deployment, I install .net framework 1.1 to test
machine and simply copy the project folder in it (keeping in mind XCOPY feature of .net
application). When I run the software, only those software module not run which is
using DATABASE. It is giving following message :
----------------------------------------------
An unhandled exception has occurred in a component in your application. Click continue
and application will ignore this error and attempt to continue.
The .net Data OLEDB provider (System.Data.OleDB) required Microsoft Data Access
Components (MDAC) version 2.6 or later. Version 02.10.3711.9 was found currently
installed.
---------------------------------------------
It is asking for MDAC version 2.6 or later and also showing version 02.10.3711.9 is
installed.
Now what is problem ?
About Test machine :
Operating System is Windows 98 and MS Access 2000 installed.
Please solve my problem. Thanks in advance
-
Download this update (MDAC 2.8) to update Access Components on Windows 2000, Windows 98, Windows ME, Windows NT, Windows XP . If this fixed your problem , then just include it in your deployment project . http://msdn.microsoft.com/isapi/goms...DisplayLang=en
-
Yes you will need to install DMAC version 2.7 or later. Also check the Database Jet Engine version, which must be, either Jet40sp7_9xNT.exe for windows 98 second edition or Jet40sp7_wme.exe for the Millenium version
All of these are available for download.
Additionally if you are using crystal reports, you will need to copy the following dll into the windows system32 directory.
dbghelp.dll or you will get a report load failed message.
You will find that dll on your own system.
Installing onto win98 has caused us a lot of problems. I think that the basic problem is we are using the most recent versions, yet potential users have quite happpily been getting along with older versions.
-
Thanks to both masters,
I will try it.
Pirate, MDAC 2.8 not includes Access Components (it is metnioned on your link.
Thanks
Parminder Singh Dhillon
-
Download this utility and see what's the version of MDAC installed ! http://www.microsoft.com/downloads/d...displaylang=en