将 MVC MiniProfiler 添加到我的 ASP.NET MVC 4 项目后,它抱怨需要System.Web.Mvc 3.0.0.0
.
有什么方法可以将 MiniProfiler 与 ASP.NET MVC 4 一起使用?
以下程序集重定向已在中定义web.config
:
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>