开发者

mvc mini profiler problem

开发者 https://www.devze.com 2023-04-01 14:01 出处:网络
I\'m trying to get the mini profiler working with code first and am having a problem. I\'ve got the miniprofiler and miniprofiler.ef pa开发者_如何学Pythonckages from nuget and have added the

I'm trying to get the mini profiler working with code first and am having a problem. I've got the miniprofiler and miniprofiler.ef pa开发者_如何学Pythonckages from nuget and have added the

MiniProfilerEF.Initialize();

to the application start method but when I try and perform a query I get this error.

The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

and thoughts on why this could be?

Thanks in advance.


This is a known problem with no solution at present. to keep upto date on it look here code.google.com/p/mvc-mini-profiler/issues/detail?id=100#c4


If you use it as httpmodule then check names in web.config, probably there is a type there.

0

精彩评论

暂无评论...
验证码 换一张
取 消