Closed GoogleCodeExporter closed 9 years ago
web.config is going to need:
<remove invariant="MvcMiniProfiler.Data.ProfiledDbProvider" />
<add name="MvcMiniProfiler.Data.ProfiledDbProvider" invariant="MvcMiniProfiler.Data.ProfiledDbProvider"
description="MvcMiniProfiler.Data.ProfiledDbProvider"
type="MvcMiniProfiler.Data.ProfiledDbProviderFactory, MvcMiniProfiler.EntityFramework, Version=1.8.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3" />
note the extra .EntityFramework thing there ...
Will clean up the pack tomorrow first thing
Original comment by sam.saff...@gmail.com
on 28 Aug 2011 at 11:40
That worked like a champ, thanks :-) I can't believe I didn't see that...
Original comment by b...@dillfamily.org
on 29 Aug 2011 at 2:23
Original comment by sam.saff...@gmail.com
on 29 Aug 2011 at 3:14
Original issue reported on code.google.com by
b...@dillfamily.org
on 28 Aug 2011 at 4:06