MDAC Components Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using the latest, updated verion of VB.NET on my computer. When I run it
on our client's computer, it installs fine until it has to work with the
database, when I get the message "The .NET Data OLE DB Provider
(System.Data.OlebDb) requires Microsoft Data Access Components (MDAC) version
2.6 later, version 2.53.6200.0 found"

My client's computer is running Access 2000 and it needs to work with Access
2000 but upgrading it is near-impossible, especially with my time frame.
What can I do?
 
It is MDAC problem, not Access2000 (or other Access version). Since your app
is .NET app, which requires .NET framework installed on the running
computer. Tne .NET framework installation in turn requires MDAC2.6 or later.
So, it looks like the client'c computer does not have the framework
installed. Anyway, check the client computer for the .NET framework and its
version (1.0 or 1.1) matches your app's .NET framework version.
 
Back
Top