Missing Forest Settings in ASP.NET MVC 3 Adding a Controller Dialog

I downloaded and installed the ASP.NET MVC 3 release version (file version: 1.13.113.0), created a new ASP.NET MVC 3 web application project.

When I right-click the Controllers => Add Controller folder, there are no scaffolding options in the Add Controller dialog box. It simply contains a text box for the name of the controller and a check box for adding action methods for CRUD scripts.

Do I have to do something to view the forest parameters (template, model class, class and data view) in the Add Controller dialog box?

+7
source share
4 answers

In the installer of the web platform 3.0, you can find something called โ€œUpdating ASP.NET MVC 3 tools.โ€ Check this box and you will get the โ€œForestsโ€ options and some other things.

+7
source

Yes, he agrees that it will be installed forever through the installer of the web platform. Use the http://www.microsoft.com/download/en/details.aspx?id=1491 link to download and install.

+2
source

Make sure you have the latest with the upgrade tool.

http://www.asp.net/mvc

+1
source

Updating ASP.NET MVC 3 may take some time, but it has been fixed for me.

If you tell the web platform installer to upgrade Visual Studio, it will take forever, I had to force shut down and try again just by doing MVC 3.

Thanks Beijer.

0
source

All Articles