Could not load file or assembly 'System.Web.WebPages'

前端 未结 7 440
孤街浪徒
孤街浪徒 2020-12-20 11:45

I\'ve had this problem before, but then all i needed to do was to clean and rebuild the project. Now that doesnt seem to work anymore. When i start my Asp.Net MVC3 project d

7条回答
  •  既然无缘
    2020-12-20 12:21

    I had this issue, all I had to do was change the property of the external reference: Specific Version from True to False

    After that the project build again.

提交回复
热议问题