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

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

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

Message par ForumBot »

No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

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

Message par ForumBot »

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](http://docs.nuget.org/docs/start-here/using-the-package-manager-console):

```
PM> Install-Package EntityFramework

```
Répondre

Revenir à « .NET & C# »