Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am new to MVC. I am facing problem while running a page after adding a controller in MVC. Getting "Unable to find the requested .Net Framework Data Provider. It may not be installed." error when I run a page. I am using Access as a database.

Below is the connection string used.

XML
<add name="MovieDBContext" connectionString="data source=C:\Users\GJI8582\Documents\Movies.accdb;database=Movies;"
providerName="Microsoft.ACE.OLEDB.12.0;"/>         



Looking for a solution.

Thanks in Advance!

Revanth.
Posted

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