I'm using Ultimate VS 2013 and when i create a new project in Visual C# of ASP.NET Web Application, with an Empty Template and adding folders and core references for MVC, On Nuget, when i try to install Umbraco Cms, the Operation Fails and i got the following error:
Updating 'Microsoft.AspNet.Mvc 5.0.0' 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'.
It seems that they can't include MVC 5 in Umbraco 7 due to breaking changes and current incompatibility with Examine. We'll consider this for v8 though.
Microsoft.AspNet.Mvc 5.0.0 Error
Hi!
I'm using Ultimate VS 2013 and when i create a new project in Visual C# of ASP.NET Web Application, with an Empty Template and adding folders and core references for MVC, On Nuget, when i try to install Umbraco Cms, the Operation Fails and i got the following error:
Updating 'Microsoft.AspNet.Mvc 5.0.0' 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 i am doing wrong, or how can i solve this?
Best Regards
@Andrew
In order to install Umbraco, i can only use Web/VS 2012 ASP.NET MVC 4 Web Application?
Hi Andew,
It seems that they can't include MVC 5 in Umbraco 7 due to breaking changes and current incompatibility with Examine. We'll consider this for v8 though.
Try to see this issue from the issue tracker: http://issues.umbraco.org/issue/U4-3560 There should be a way to do it if you run Umbraco 7.2.2
Hope this helps,
/Dennis
is working on a reply...