Window Update Broke MVC Application

后端 未结 3 1699
时光取名叫无心
时光取名叫无心 2021-01-12 01:01

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

3条回答
  •  粉色の甜心
    2021-01-12 01:37

    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.

提交回复
热议问题