在VisualStudio 2012上使用MVC3出现错误的解决办法
1. 错误:
找不到方法:“System.Collections.Generic.Dictionary`2<System.String,BlockParser> System.Web.Razor.Parser.CSharpCodeParser.get_RazorKeywords()”。
解决方法:在web.config中删除:
<dependentAssembly>
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35"
culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0"
newVersion="2.0.0.0"/>
</dependentAssembly>
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。