I know there are already many threads on stackoverflow about this problem but they are all old and all the solutions work only for Visual Studio 2012/13. I'm using Visual Studio 2015 and I have the same problem. I'm learning ASP.NET from a book and I've installed everything they have, and created the project exactly as they have but still can't see the 'Add Controller/Add View' options. I've tried altering my ProjectGuids and that stuff but it is all incompatible since every solution I've found online is regarding older versions of Visual Studio. Any ideas?
Asked
Active
Viewed 369 times
1
-
What edition of VS 2015 do you use? – Mihail Stancescu Mar 08 '16 at 10:05
-
Community, same as in the book – Aleksa Kojadinovic Mar 08 '16 at 10:17
-
Are you creating an `ASP.NET 4.6` project or `ASP.NET 5`? – Chris Pickford Mar 08 '16 at 10:17
-
It says 'ASP.NET Framework 4.5.2' – Aleksa Kojadinovic Mar 08 '16 at 10:27
-
The max option if 4.6.1. EDIT: Just checked, the book uses 4.5 – Aleksa Kojadinovic Mar 08 '16 at 10:27