I try to get a mini profiler working with code first, and I have a problem. I have miniprofiler and miniprofiler.ef packages from nuget and added
MiniProfilerEF.Initialize();
to the application launch method, but when I try to execute the request, I get this error.
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
and thoughts on why this might be?
Thanks in advance.
source share