Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After upgrading to MVC 5 I see exclamation mark for the web project, though it works

I upgraded the project to MVC 5 and now experience the problem with "exclamation mark", though it works but it is annoying to see it in the VS 2012.

I mean this sign: enter image description here

like image 607
Sergey Avatar asked Dec 09 '13 12:12

Sergey


People also ask

Is ASP.NET MVC 5 outdated?

Is the framework outdated? ASP.NET MVC is no longer in active development. The last version update was in November 2018. Despite this, a lot of projects are using ASP.NET MVC for web solution development.


1 Answers

Upgrade Visual Studio 2012 to Update 4 and install Web Tools 2013.1 for Visual Studio 2012. From the blog-

With this release of ASP.NET and Web Tools, it is now possible for developers using Visual Studio 2012 and Visual Studio 2013 to collaborate on an ASP.NET MVC 5 application. This release brings in key features such as support for ASP.NET Razor 3 editing which allows developers to use syntax highlighting and Intellisense when editing a Razor View in their MVC application

The Visual Studio 2012 Update 4 also-

[addresses] compatibility and migration/round-tripping issues between VS 2012 and VS 2013 and the various platform releases to make adoption of VS 2013 as smooth as possible

According to this blog post from Brian Harry at Microsoft.

like image 74
pwdst Avatar answered Oct 21 '22 04:10

pwdst