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 packages 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.

link|improve this question

76% accept rate
Are you using .net 4? – Daniel A. White Aug 30 '11 at 15:27
yeah sorry should have put that in, its code first so... – mjmcloug Aug 30 '11 at 15:29
ahh it would seem it might be a known issue code.google.com/p/mvc-mini-profiler/issues/detail?id=100#c4 – mjmcloug Aug 30 '11 at 15:32
did you nuke out the old changes to web.config ? – Sam Saffron Aug 30 '11 at 23:46
@Sam yeah, there is no reference to mini in web.config at all. – mjmcloug Aug 31 '11 at 8:07
show 1 more comment
feedback

2 Answers

up vote 2 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.