I recently upgraded/updated Entity Framework in an old project from version 4 or 5 to version 6. Now I get this exception:
An exception of type \'Syst
Add "EntityFramework.SqlServer.dll" into your bin folder. Problem will get resolved.