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
My solution was as simple as changing back the connection string name in my Web Config to DefaultConnection. Even though my dbContext has another name!