When i create an Umbraco project. I first create a blank ASP.NET Web Application project in Visual Studio 2013. I then install Umbraco using Package Manager.
When i create my Controllers folders and right click + add i do not see an option for "Controller".
I could see this before i installed Umbraco. After installing, the option disappears.
Umbraco and Visual Studio
Hello,
When i create an Umbraco project. I first create a blank ASP.NET Web Application project in Visual Studio 2013. I then install Umbraco using Package Manager.
When i create my Controllers folders and right click + add i do not see an option for "Controller".
I could see this before i installed Umbraco. After installing, the option disappears.
Anybody know why?
Kind regards,
J
hi
because u choose blank ASP.NET Application Project in Visual Studio 2013 and controller is the part of MVC application
choose MVC application than your controller will be show when u right click on controller folder
/Grazitti
is working on a reply...