0
Hello, I’m trying to open an ASP.NET MVC 5 project and is giving the following error:
Can someone help me? I already installed the updates and MVC 5. I installed the web pages through Nuget: Install-Package Microsoft.AspNet.Razor -Version 3.0.0
0
Hello, I’m trying to open an ASP.NET MVC 5 project and is giving the following error:
Can someone help me? I already installed the updates and MVC 5. I installed the web pages through Nuget: Install-Package Microsoft.AspNet.Razor -Version 3.0.0
1
If you are using Visual Studio 2012, please install the following package to support ASP.NET MVC5:
https://www.microsoft.com/web/handlers/webpi.ashx/getinstaller/WebNode11Pack.appids
Browser other questions tagged asp.net-mvc asp.net-mvc-5 visual-studio-2012
You are not signed in. Login or sign up in order to post.
You clicked on Yes, and he downloaded a package for you?
– Leonel Sanches da Silva
Yeah, I did that too!
– f.fujihara
Only in this project or others too? Already analyzed the Windows eventvwr?
– ridermansb
Only in this project, remembering that this is the only MVC 5 project I have here. Others work normally.
– f.fujihara
You can open your file
.csproj
and paste its contents here?– Leonel Sanches da Silva
@Ciganomorrisonmendez exceeds character limit =X
– f.fujihara
I just need what’s inside
<ProjectTypeGuids>
.– Leonel Sanches da Silva
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
– f.fujihara
@f. fujihara You happened to update this project to MVC5 but within Visual Studio 2012?
– Leonel Sanches da Silva