I have merged and asp.net 4.0 app with a asp.net mvc 3 app.
Everything works, except for the gravy like right clicking on the Controllers folder and getting:
Add >> Add Controller
Same for Views, etc, etc.
Any pointers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open the corresponding
.csprojfile using your favorite text editor (Not Visual Studio) and add the following:Notice the
{F85E285D-A4E0-4152-9332-AB1D724D3325}guid. This is what indicates that it’s an ASP.NET MVC 2 project and you should get Visual Studio menus.If this is an ASP.NET MVC 3 RC project the guid is
{E53F8FEA-EAE0-44A6-8774-FFD645390401}.