I\'ve been working on an MVC 4 solution, and I\'ve been trying to upgrade it to MVC 5. I\'ve followed the steps outlined here.
I\'ve followed it, and now whenever I run
In your Web.config(-s) make sure assemblyBinding contains the proper version for the assembly System.Web.WebPages.Razor and System.Web.Mvc.
Web.config
assemblyBinding
System.Web.WebPages.Razor
System.Web.Mvc
And make sure that razor sectionGroup in ConfigSections reference latest versions as well:
sectionGroup
ConfigSections