Visual Studio gets error in ASP.NET MVC 5 project

0
Hello, I'm trying to open an ASP.NET MVC 5 project and it gives the following error:

Can anyone help me? I have already installed the updates and MVC 5. I installed the web pages through NuGet: Install-Package Microsoft.AspNet.Razor -Version 3.0.0

    
asked by anonymous 04.07.2014 / 19:41

1 answer

1

If you are using Visual Studio 2012, install the following package to support ASP.NET MVC5:

  

link

    
10.07.2014 / 22:57