[A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to… web.config issue

前端 未结 6 1090
野趣味
野趣味 2020-12-23 00:22

I am getting the following error:

[A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to [B]System.Web.WebPages.Razor.Configuratio

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-23 00:38

    Just adding my two cents to this issue.

    I found that the cause of this error for me was that the Views folders web.config was referencing System.Web.WebPages.Razor, Version=2.0.0.0 when everything else was using 3.0.0.0

    Seems the nuget-package upgrade didn't account for this folder somehow.

提交回复
热议问题