Cannot Add View to Controllers in 3.2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Using 3.2 now, but for some reason I can not  "Add View . . " by right-clicking in the Controller portion, like :

    public ActionResult About()
    {
        ViewBag.Message = "Your application description page.";
        return View();
    }

Anyone else experience this?
10 years ago
Finally fixed this f***** problem that wasted over a day of my time and almost made me nuts.

I think the problem was caused after the last Windows Update, which changed something.
It also added "Service Pack one to Visual Studio 2010" which may have caused the problem.

To fix, install this update :
http://blogs.msdn.com/b/webdev/archive/2013/11/18/announcing-release-of-asp-net-and-web-tools-2013-1-for-visual-studio-2012.aspx

This will also allow you to add a new "MVC 5" project to your solution when using Visual Studio 2012.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.