Copied to clipboard

Flag this post as spam?

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


  • Oli Long 3 posts 74 karma points
    Nov 26, 2015 @ 10:36
    Oli Long
    0

    7.3 upgrade

    Hi Alain,

    Do you have any upcoming plans for a 7.3 compatible release of this package?

    It exactly what we're looking for for a project which we're releasing a few weeks. Thanks for taking the time to put together and share the package.

    Regards, Oli

  • Paul 89 posts 167 karma points
    Jan 13, 2016 @ 09:54
    Paul
    0

    Hi @Oli,

    I want to use this package on 7.3.4, have you tested and it doesn't work on 7.3.X version?

    Thanks

  • Oli Long 3 posts 74 karma points
    Jan 13, 2016 @ 10:19
    Oli Long
    1

    Hi Paulius,

    Out of the box it doesn't work as there's a mismatch with the required DLLs (there was a change between 7.2 and 7.3) so all you need to do is recompile with the same DLL versions which are in 7.3. Visual studio should tell you which DLL versions the package is looking for.

    Thanks, O

  • Paul 89 posts 167 karma points
    Jan 22, 2016 @ 12:06
    Paul
    0

    Hi @Oli,

    Thanks for your answer.

    Could you explain this with a bit more details as I'm not really familiar with VS.

    I've tried installing package with "Install local package" and get this error:

    enter image description here

    Could not upload file
    System.Exception: Error unpacking extension... ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.AppDomain.CreateInstanceAndUnwrap(String assemblyName, String typeName) at Umbraco.Core.Packaging.PackageBinaryInspector.ScanAssembliesForTypeReference[T](String dllPath, String[]& errorReport) at umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) at umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) --- End of inner exception stack trace --- at umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) at umbraco.presentation.developer.packages.Installer.uploadFile(Object sender, EventArgs e)
    

    How do I recompile the package? I assumed I install it and the build the project in Visual Studio to get all it's dependencies.

    Thanks,

    Paulius

  • Oli Long 3 posts 74 karma points
    Jan 22, 2016 @ 12:11
    Oli Long
    0

    Hi Paulius,

    You need to open the source code solution from here: https://github.com/Alain-es/BackofficeTweaking and make sure you add in the DLLs which match your current solution, and recompile.

    Unfortunately I've not seen that error before, it's probably best to try and contact the project owner to see if he can help.

    Thanks, O

  • Paul 89 posts 167 karma points
    Jan 22, 2016 @ 12:38
    Paul
    0

    Hi @Oli,

    I've realised that after sending the message. Tried building the source code solution just updating umbracocore.cms to 7.3.4 - bad decision. YSOD.

    I'll try to match all dependencies in packages.config file now..

    Thanks,

    Paulius

  • Luc van Soest 13 posts 148 karma points
    Jan 27, 2016 @ 13:46
    Luc van Soest
    0

    I just found out this package was giving me some severe headache after updating an Umbraco website to 7.3.5

    https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/74620-error-after-upgrading-website-from-718-to-735-systemwebhttphttpconfiguration-failed

    I'm going to try the solution now with compiling the source from git against the latest dll's

  • Luc van Soest 13 posts 148 karma points
    Jan 27, 2016 @ 14:04
    Luc van Soest
    0

    So I just got the solution from GitHub, updated the UmbracoCms.Core via NuGet to the appropriate version (7.3.5 in my case) and made a custom build which is working without any problems in my Umbraco 7.3.5 website. Thanks for the tip! ;-)

  • Alain 73 posts 520 karma points c-trib
    Feb 20, 2016 @ 23:00
    Alain
    0

    Thanks for the feedback and the fix.

    I have uploaded a new version 0.7.0 which is compatible with Umbraco 7.3.

Please Sign in or register to post replies

Write your reply to:

Draft