To be honest, it was working ok with v4.7.2 but then I wanted to support SqlCe as well and I broke the compatibility as it compiles against the SqlCe binaries from Umbraco 4.8.
I'll try to make a new package which is compatible with v4.7.x but I won't promise :)
I have just uploaded a new version compatible with Umbraco 4.7.x but I have only tested it with CWS Starter Kit and Umbraco 4.7.2. You should be able to download this version from http://our.umbraco.org/FileDownload?id=4310.
Version 4.8.x and not earlier?
Awesome package! Thanks for sharing. It wont run below 4.8.x?
Best
Jesper
Thanks Jesper.
To be honest, it was working ok with v4.7.2 but then I wanted to support SqlCe as well and I broke the compatibility as it compiles against the SqlCe binaries from Umbraco 4.8.
I'll try to make a new package which is compatible with v4.7.x but I won't promise :)
In the meantime, you can grab the sourcecode from https://github.com/jorgelusar/miniprofiler-for-umbraco, remove the ProfiledSqlCeHelper.cs from the project, remove line 38-44 in MiniProfilerPackage.cs and remove the SqlCe dependencies from the project.
You'll also need to add this in your web.config:
and in system.web/pages/controls
Hope this helps.
J
Hi Jorge,
Super! Thanks. I'll probably grab the source and give it a shot next week.
Best
Jesper
Hi Jesper,
I have just uploaded a new version compatible with Umbraco 4.7.x but I have only tested it with CWS Starter Kit and Umbraco 4.7.2. You should be able to download this version from http://our.umbraco.org/FileDownload?id=4310.
Thanks Jorge. I'm very sure that this makes a lot of ppl very happy. I'm looking forward to trying it out.
best
Jesper
is working on a reply...