I created an MVC 5 application in VS 2013 Professional and then used EF 6.1 code first with an existing DB on SQL Server Express. When I try to create the views I’m using th
In my case NuGet added the following provider to the web.config:
When I changed the provider to
It solved the problem (costed me about 5 hours though to figure it out :-( )