Hey everyone,
Just an error I came across while trying to use a new solution project:
No Entity Framework provider found for the ADO.NET provider with invariant name ‘System.Data.SqlClient’
The fix for this was simply to run the following command in the package manager console:
PM> Install-Package EntityFramework
Thanks to StackOverflow for the details: http://stackoverflow.com/a/18642452/522859
Leave a Reply