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 5060 posts 15522 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/

Please Sign in or register to post replies

Write your reply to:

Draft