Copied to clipboard

Flag this post as spam?

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


  • Peter Skillman 2 posts 22 karma points
    Jan 09, 2014 @ 19:48
    Peter Skillman
    0

    nuget install failure -- install-Package UmbracoCms -Version 7.0.1 Newtonsoft.json

    Nuget install failure -- Visual Studio Pro 2013 12.0.21005.1 REL. Windows 7 64bit.  Created a C# MVC project. When attempting to run PM> install-Package UmbracoCms -Version 7.0.1  -- package fails with the following message.   

    Attempting to resolve dependency 'Newtonsoft.Json (≥ 4.5.11 && < 5.0.0)'.

    Install-Package : Already referencing a newer version of 'Newtonsoft.Json'.

    At line:1 char:16

    + install-Package <<<<  UmbracoCms -Version 7.0.1

        + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException

        + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

    here is the packages.config line:   <package id="Newtonsoft.Json" version="5.0.6" targetFramework="net45"  />.

  • Peter Skillman 2 posts 22 karma points
    Jan 09, 2014 @ 23:30
    Peter Skillman
    0

    solution:  I created a blank asp.net solution -- the nuget package for Umbraco CMS installed without a hitch.  Ignore this bug report

  • 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