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
I tried most of the above without luck.
What finally worked was:
Then everything worked again, minus 3 hours of development time.
Seems to have something to do with the dynamically created connection string and the model. Would appreciate any thoughts on what could have happened.