No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'

Fernando Vellozo picture Fernando Vellozo · Aug 27, 2013 · Viewed 394.9k times · Source

After downloading the EF6 by nuget and try to run my project, it returns the following error:

No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registered in the 'entityFramework' section of the application config file. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.

enter image description here

Answer

douglaslps picture douglaslps · Sep 5, 2013

I just got into the same problem and it looks like EntityFramework although installed from NuGet Package Manager was not correctly installed in the project.

I managed to fix it by running the following command on Package Manager Console:

PM> Install-Package EntityFramework