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.
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. :)
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.
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:)
is working on a reply...