Sayfalar

30 Ağustos 2019 Cuma

System.InvalidOperationException



System.InvalidOperationException: '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.

Solution:
You've added EF to a class library project. You also need to add it to the project that references it (your console app, website or whatever).

MVC LOADING TOO SLOW ISSUE