I have the same problem that after loading MiniProfiler and MiniProfiler.EnitiyFramework6 I have this problem. MiniProfiler works fine, but when I add to my Applcation_Start in Global.asax
MiniProfilerEF6.Initialize ();
I get this:
An exception of type "System.IO.FileLoadException" occurred in the MiniProfiler.EntityFramework6.dll file, but was not processed in the user code
Additional information: Failed to load the file or assembly "MiniProfiler, Version = 3.0.11.0, Culture = neutral, PublicKeyToken = b44f9351044011a3" or one of its dependencies. The located assembly manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
asp.net-mvc mvc-mini-profiler
tlatourelle
source share