Hi,
I have an application (that I wrote) that use ADO.NET to access an JET
(Access) database. My application was working fine, until I installed
and uninstalled a trial version of Microsoft Office 2007. I don't know
if it was working between the installation and uninstallation of office,
because I didn't tried it.
Now, it does not work anymore. I get this error (translated from french)
: The .Net Framework Date Providers requires Microsoft Data Access
Components(MDAC). Install Microsoft Data Access Components (MDAC)2.6 or
later.
Of course I tried to install MDAC 2.8 SP1, but it says I don't need it
since my OS already have. So I looked on the web and found a way to
install it anyway. The installation seemed to work, but it did not
resolve the problem. I uninstalled en re-installed the .Net Framework.
It did not helped either.
So the situation is I _seem_ to have a valid installation of MDAC 2.8,
but my dotnet 2.0 application keep complaining that it need me to
install MDAC 2.6 or higher.
What should I try next?
In advance, thanks for your help.
Mathieu Pagé
Scott M. - 06 Mar 2008 23:44 GMT
What provider are you using to connect to JET?
> Hi,
>
[quoted text clipped - 24 lines]
>
> Mathieu Pagé
Miha Markic - 07 Mar 2008 07:46 GMT
JET isn't part of MDAC anymore - it is a separate install.

Signature
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
> Hi,
>
[quoted text clipped - 24 lines]
>
> Mathieu Pagé
Cowboy (Gregory A. Beamer) - 07 Mar 2008 16:34 GMT
Not installed by default anymore:
http://support.microsoft.com/kb/271908

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
*************************************************
> Hi,
>
[quoted text clipped - 24 lines]
>
> Mathieu Pagé