Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Aug 01, 2012 @ 04:03
    Jesper Ordrup
    0

    Version 4.8.x and not earlier?

    Awesome package! Thanks for sharing. It wont run below 4.8.x?

    Best
    Jesper

  • J 150 posts 489 karma points
    Aug 01, 2012 @ 09:15
    J
    0

    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:

    <add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/mini-profiler-resources" />
    <add key="EnableMiniProfiler" value="true" />
    <add key="EnableSqlMiniProfiler" value="true" />
    

    and in system.web/pages/controls

    <add tagPrefix="profiler" namespace="StackExchangeContrib.Profiling.UI" assembly="StackExchangeContrib.Profiling" />
    

    Hope this helps.

    J

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Aug 01, 2012 @ 10:15
    Jesper Ordrup
    0

    Hi Jorge,

    Super! Thanks. I'll probably grab the source and give it a shot next week.

    Best
    Jesper 

  • J 150 posts 489 karma points
    Aug 01, 2012 @ 16:02
    J
    2

    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.

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Aug 02, 2012 @ 00:56
    Jesper Ordrup
    0

    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 

Please Sign in or register to post replies

Write your reply to:

Draft