Copied to clipboard

Flag this post as spam?

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


  • Peter S 169 posts 587 karma points
    Jul 29, 2014 @ 09:26
    Peter S
    0

    Upgrade ends up downgrading (7.1 to 7.1.4)

    I'm trying to upgrade 7.1 to 7.1.4 and the update itselft goes fine. I replace the bin, umbraco and umbraco_client folders, the update runs and the site then starts back up again. So far so good. But when I compile the site in Visual Studio the site then runs the upgrade procedure again although it downgrades to 7.1 again (updates web.config) and then brakes the site.

    What is causing this?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 5x admin c-trib
    Jul 29, 2014 @ 12:10
    Jeroen Breuer
    0

    Hello,

    Are you using NuGet?

    Check packages.config in your Umbraco website. It should say this:

      <package id="UmbracoCms" version="7.1.4" targetFramework="net45" />
      <package id="UmbracoCms.Core" version="7.1.4" targetFramework="net45" />

    If it still points to 7.1.0 it will download that version again when you build and override the dll files.

    Jeroen

Please Sign in or register to post replies

Write your reply to:

Draft