No Entity Framework provider found for the ADO.NET provider with invariant name ‘System.Data.SqlClient’
When one of the projects in your solution is referencing the Entity Framework to access a database the Entity Framework NuGet package is added to that project. In the Visual Studio IDE your application may work fine, but when you deploy it to the test or…