Copied to clipboard

Flag this post as spam?

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


  • Manasa 41 posts 161 karma points
    Jan 28, 2018 @ 22:12
    Manasa
    0

    Upgrading umbraco 7.4.3 to 7.7.9

    Hello Everyone,

    I was trying to upgrade umbraco 7.4.3 to 7.7.9 manually, since i am not able to open my application in visual studio. I've followed this user guide. https://our.umbraco.org/documentation/Getting-Started/Setup/Upgrading/general. and got the below error., could someone help me out. and any suggestions to upgrade in an easy/better way. enter image description here

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Jan 29, 2018 @ 14:09
    Sebastiaan Janssen
    0

    You'll need to add a assembly redirect for NewtonSoft.Json, as it's trying to use v6, but Umbraco ships with 7.7.9.

            <dependentAssembly>
                <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
            </dependentAssembly>
    

    For more guidance on solving upgrade problems, check this post: https://cultiv.nl/blog/how-to-diagnose-umbraco-upgrade-problems/

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies