Every time I right click the Controller folder and click add -> Controller, VS 2015 freezes. I am running on the latest win 10, VS is up to date and all the packages are the latest. I've tried different locations, checking permissions on the files and all types of other fun stuff. The weird part is that it only freezes on an azure mobile services project. If I do a web api project or mvc project I can add the controller just fine.
Any ideas?
I also was having this issue for a few days now and I just managed to solve it by re-installing the Entity Framework package using the nuget console:
Update-Package EntityFramework -reinstall
The above solution didn't solve my problem. Even reinstalling VS 2015 didn't. But the running the following could solve my problem:
open administrative cmd in folder
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
devenv.exe /resetsettings
devenv.exe /resetuserdata
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With