Im trying to use my VB.NET application to connect to my access database. For some reason, I get the error below.
An unhandled exception of type System.InvalidOperationException occurred in system.data.dll
Additional information: The Microsoft.Jet.OLEDB4.0 provider is not registered on the local machine.
I installed the MDAC v2.6 and the Jet40sp3.exe from microsoft. The msjetoledb40.dll is in my winnt\system32 directory and it still doesnt work. Im wondering if it has anything to do with the upgrades being only for "x86" (I run a AMD 2000+XP processor on Win2k SP3). I find it hard to believe that ADO.NET will only run on x86 (Intel) processors but I guess stranger things have happened.
Im in need of some help. Any suggestions?
An unhandled exception of type System.InvalidOperationException occurred in system.data.dll
Additional information: The Microsoft.Jet.OLEDB4.0 provider is not registered on the local machine.
I installed the MDAC v2.6 and the Jet40sp3.exe from microsoft. The msjetoledb40.dll is in my winnt\system32 directory and it still doesnt work. Im wondering if it has anything to do with the upgrades being only for "x86" (I run a AMD 2000+XP processor on Win2k SP3). I find it hard to believe that ADO.NET will only run on x86 (Intel) processors but I guess stranger things have happened.
Im in need of some help. Any suggestions?