Window Update Broke MVC Application

后端 未结 3 1704
时光取名叫无心
时光取名叫无心 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条回答
  •  梦毁少年i
    2021-01-12 01:48

    I had a similar problem where a MS update changed MVC.dll from 3.0.0.0 to 3.0.0.1. I need to maintain various versions of my software so to ensure compatibility I had to copy the 3.0.0.0 dll to my project and reference it there before building the project.

提交回复
热议问题