ASP.NET MVC 4 プロジェクトに MVC MiniProfiler を追加した後、System.Web.Mvc 3.0.0.0
.
ASP.NET MVC 4 で MiniProfiler を使用する方法はありますか?
次のアセンブリ リダイレクトは、 で既に定義されてい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>