I have updated to Visual Studio 2013 update 2 and now I cannot scaffold controllers.
The problem is not project specific: when I try to scaffold
n my case, I solved the issue with the connection string in the web.config.
Previuos the issue I has
and I doesnt know why, but vs cant connect to the database and fail.
after the change
and it works