Could not load file or assembly 'System.Web.WebPages.Razor, Version=3.0.0.0

前端 未结 4 1815
时光说笑
时光说笑 2021-01-01 09:28

I want using external logins so I installed Oauth by package manager:

 PM> Install-Package Microsoft.AspNet.WebPages.OAuth

Then I got th

4条回答
  •  天命终不由人
    2021-01-01 09:47

    You have upgraded to Razor 3. Remember that VS 12 (until update 4) doesn't support it. Install The Razor 3 from nuget or downgrade it through these step

    geekswithblogs.net/anirugu/archive/2013/11/04/how-to-downgrade-razor-3-and-fix-the-issue-that.aspx

提交回复
热议问题