Hello all.
I've updated my solution trough NuGet to 7.12.1 and I started to get and error (that I didn't had before) telling that the it can't load the MiniProfiler assembly.
Could not load file or assembly 'MiniProfiler, Version=2.1.0.0'...
Which I've already checked and it is declared on the references of the Core project, and files exists on the project location and version reported by the error.
I've tried to upgrade it to the latest version, but looks like Umbraco doesn't like other version than this (2.1.0.0), because I got also an error when updating it:
Unable to resolve dependencies. 'MiniProfiler 4.0.133' is not
compatible with 'UmbracoCms.Core 7.12.1 constraint: MiniProfiler (>=
2.1.0 && < 3.0.0)'
What do I need to do to have my solution running back again?
I just installed latest Umbraco and it uses Miniprofiler 2.1.0, it should work. I think the problem is in some other area, can you check web config? Maybe some not needed section there?
MiniProfiler on 7.12.1
Hello all. I've updated my solution trough NuGet to 7.12.1 and I started to get and error (that I didn't had before) telling that the it can't load the MiniProfiler assembly.
Which I've already checked and it is declared on the references of the Core project, and files exists on the project location and version reported by the error.
I've tried to upgrade it to the latest version, but looks like Umbraco doesn't like other version than this (2.1.0.0), because I got also an error when updating it:
What do I need to do to have my solution running back again?
TIA, /LPP
Hi Luis
I just installed latest Umbraco and it uses Miniprofiler 2.1.0, it should work. I think the problem is in some other area, can you check web config? Maybe some not needed section there?
Alex
is working on a reply...