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

后端 未结 7 1710
[愿得一人]
[愿得一人] 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:13

    I resolved this problem adding line below in web.config of project...

    Before I marked in MANAGE NUGET "Microsoft.AspNet.Mvc/5.1.2", "Microsoft ASP.NET Web Pages/3.1.2", I try anything but nothing works (really!! uninstall VS and read a lot articles)

    
       
       
    
    

    Good lucky

提交回复
热议问题