Click here to Skip to main content
16,013,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have create .net window application on Windows 7 Professional
system type 64 bit operating system.

when i connect msaccess data base (.mdb) file. it not run.

Error message.

---------------------------
---------------------------
Error : The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
---------------------------
OK
---------------------------
Posted

1 solution

There is no 64 bit version of the OleDb provider. You need to set your Platform target to x86 in the Build tab of your properties, which will force the app to use the 32 bit version.

Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900