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

前端 未结 6 1098
野趣味
野趣味 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条回答
  •  忘掉有多难
    2020-12-23 00:41

    I am using VS2013, MVC 5.2.2.0, Web Api 2. I have just changed the all versions from 2.0.0.0 to 3.0.0.0 of the following section of Web.config resides inside the View folder of my project.

    
    
      

    And the problem gets solved. BINGO !!

提交回复
热议问题