I am using Visual studio 2015 and after opening an existing project, I am not able to see the add controller option while right clicking on the Controller Folder. Please help.
I had the same problem on my ASP.NET project in VS2015. I solved by installing Microsoft.VisualStudio.Web.CodeGeneration.Tools.
It doesn't appear in NuGet Manager so you have to install with Package Manager Console: Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Tools -Version 1.0.0-preview2-final -Pre
Hope it helps
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