Error: Inheritance security rules violated by type: 'System.Web.WebPages.Razor.WebPageRazorHost'

后端 未结 6 970
独厮守ぢ
独厮守ぢ 2020-12-15 03:09

Out of nowhere my ASP.NET MVC 4 solution gives me this error:

Inheritance security rules violated by type: \'System.Web.WebPages.Razor.WebPageRazorHos

6条回答
  •  一向
    一向 (楼主)
    2020-12-15 03:48

    From my friend Claudio Redi's comment the solusion of this problem is:

    Try removing the System.Web.Razor assembly binding in the web.config if present. http://forums.asp.net/t/1968686.aspx?Installed+Nuget+package+Razor+Engine+whole+system+stops

提交回复
热议问题