Good morning,
I have projects using System.Web.MVC na versão 4.0.0.1
, I was working normally on the 2013 version of Visual Studio, now I'm trying to work with Visual Studio 2015 and my Views do not recognize some properties for example ViewBag e @model
, they still work but they are highlighted in red with the following message "The name 'ViewBag' does not exist in the current context."
I searched for various solutions online but still have not found anything to solve. I would not want to have to upgrade to MVC 5 because I have many projects in parallel and would have to upgrade all.
Is there a solution to this problem that I think is compatibility?