I get the error "MiniProfiler.list is undefined" error when trying to load the miniprofiler list:
/mini-profiler-resources/results-index
The javascript miniprofiler injects doesn't have any method or property called "list".
The page that shows one results trace works fine.
I'm using Nuget to install the packages, removed the current version of MiniProfiler and install latest:
Install-Package MiniProfiler
Then:
Install-Package MiniProfiler.Mvc4
Can't find anyone else having same problem so it must be me! Am I missing something obvious here? I also added the handlers in my web.config although I have runAllManagedModulesForAllRequests="true"
but still nothing.