I ran Windows Update yesterday and its introduced some problems when I\'m trying to release a new version of my ASP.NET MVC 4 project.
The application compiles and r
After digging down some more, I found the web.config inside the view folder is pointing to different version System.web.mvc . Once I changed to
from
change version of System.Web.MVC to 4.0.0.0 from 4.0.0.1 I was able to solve the issue.