Copied to clipboard

Flag this post as spam?

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


  • Angie Winterbottom 5 posts 26 karma points
    May 08, 2014 @ 11:53
    Angie Winterbottom
    1

    Upgrading from Umbraco 6 + MVC 5 to Umbraco 7 + MVC 4

    I just ran into this problem as I had a project in my solution running Umbraco 6.x and MVC 5.x, and couldn't use nuget to upgrade it to Umbraco 7.x - nor could I downgrade MVC.

    Umbraco 7 isn't compatible with MVC5, you see.

    What I did was close visual studio, checkout another project with MVC 4 installed via nuget, copied over the folders under /packages for MVC 4 to my target project in windows explorer, and open a text editor to copy over the corresponding lines of XML in packages.config from the MVC4 solution to the Umbraco 6.x solution, then reopen visual studio and nuget upgrade from Umbraco 6 to 7.

    Thought I'd post it here as info for others. :)

  • Cosuelo Del Palacio 3 posts 23 karma points
    Jun 23, 2014 @ 15:39
    Cosuelo Del Palacio
    0

    Umbraco 6 is compatible with MVC 5 applications and Umbraco 7 is not? 

    I have an MVC 5 application and I would like to implement umbraco in this application.

  • Nisreen Al-Masri 12 posts 91 karma points
    Jul 20, 2017 @ 09:25
    Nisreen Al-Masri
    0

    Hello

    Umbraco v7.5.11 is uppgraded to 7.6.4 is successfully

    the slide and carousel things worked fine with previous version but now getting null reference!

    the error is stuck here

    var imageUrl = !String.IsNullOrEmpty(slide.Url) ? slide.Url : Umbraco.TypedMedia(mediaId).Url;

    The media picker has a problem I guess.

    anyone tried this before in the newer version?

    please help:)

Please Sign in or register to post replies

Write your reply to:

Draft