Copied to clipboard

Flag this post as spam?

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


  • Roger Withnell 123 posts 608 karma points
    May 15, 2015 @ 21:54
    Roger Withnell
    0

    Error trying to install Umbraco CMS with Visual Studio

    Having created a MVC4 project in VS2013, when I run nuget

     

     

    Install-Package UmbracoCms

    I get the error:

    Updating 'Microsoft.AspNet.Mvc 5.2.3' to 'Microsoft.AspNet.Mvc 4.0.20710.0' failed. Unable to find a version of 'UmbracoCms.Core' that is

    compatible with 'Microsoft.AspNet.Mvc 4.0.20710.0'.

    What am I doing wrong?

    Your help would be much appreciated.

    Thanking you in anticipation.

    Roger

     

     

     

     

     

     

     

     

     

     

     

     

     

     

  • Yakov Lebski 427 posts 1654 karma points
    May 15, 2015 @ 22:15
    Yakov Lebski
    0

    Umbarco based on MVC4, you need start from MVC4 project, after that you can upgrade to MVC5

  • Marcelo S. 12 posts 57 karma points
    May 16, 2015 @ 06:53
    Marcelo S.
    101

    Hi Roger,

    I had this error too, the solution is:

    1 - Create a new template Asp Net MVC 5 (choosing the Empty Template).

    2 - Once created the new project MVC 5, open the Nuget and update everything (MVC, Razor and Web Pages...).

    3 - Here is the "secret": Installs the package "Microsoft.AspNet.Mvc.FixedDisplayModes" (BEFORE Install the Umbraco CMS!)

    4 - Then.... Install Umbraco CMS.

    I hope this helps! :)

  • Roger Withnell 123 posts 608 karma points
    May 16, 2015 @ 17:25
    Roger Withnell
    0

    Great!  That's fixed my error also.

    Many thanks, Marcelo.  Much appreciated.

    Roger

     

     

  • 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