I have a project web mvc3 be created on Visual Studio 2012, now i open this project on Visual Studio 2013 IDE, build is ok but I cannot quick add new controller!
this is my screen! http://s07.img-up.net/check6d26.png
helps me,
Thanks,
I have a project web mvc3 be created on Visual Studio 2012, now i open this project on Visual Studio 2013 IDE, build is ok but I cannot quick add new controller!
this is my screen! http://s07.img-up.net/check6d26.png
helps me,
Thanks,
Make sure the project is not currently running in debug mode. If it is, press the red button and stop it. Now you can add, just right click on the Controller folder and select Add - Controller.
I have fixed this error:
We need Upgrading an ASP.NET MVC 3 Project to ASP.NET MVC 4
!!! READ THIS IF YOU HAVE VISUAL STUDIO 2010 & 2013 VERSIONS INSTALLED !!!!
I ran in to this issue when I opened the project with Visual Studio 2013, I tried going the "Update to MVC4 route" mentioned above, that did not work out as expected. Right there it hit me! "why not open the project with VS 2010, add the controller, then save and resume using 2013?" - I did just that and it worked!. simple right?