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

后端 未结 7 1705
[愿得一人]
[愿得一人] 2020-12-18 23:53

Im working developing a system web page and suddenly appears this error:

Could not load file or assembly \'System.Web.WebPages.Deployment, Version=1.0.0.0, C         


        
7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 00:18

    Try copy paste or package install of System.Web.WebPages.dll in your web bin directory.

    You can grab it from NuGet Gallery,

    https://www.nuget.org/packages/Microsoft.AspNet.WebPages/

    See to that the version matches.

提交回复
热议问题