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).