Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine  (Read 4535 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
While working with Microsoft Access Database connectivity with ADO.NET, you might have received this error:

Code: [Select]
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
The 'Microsoft.Jet.oledb.4.0' provider is not registered on the local machine

I got this error when I was connecting ADO.NET with Access 2010 database from Visual Studio 2010 C#.

You need to change the Solution Platform from "Any CPU" to "x86". The steps are given below:

1. Right click on the Solution File in Solution Explorer:



2. Click on the Configuration Manager.

3. Click on the Active Platform Drop down, if x86 is already there then select that, else click on New.



4. Select x86 from the new platform dropdown:



5. Compile and run your application.

If you are still facing the issue, then try installing Office System Driver from below link.

http://www.microsoft.com/en-us/download/confirmation.aspx?id=23734


Thank you,