When I try to upgrade with NuGet I get the following exception:
Update-Package : 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'.
At line:1 char:1
+ Update-Package UmbracoForms -Version 4.1.6
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Update-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.UpdatePackageCommand
Is Umbraco Forms 4.1.6 not compatible with Umbraco 7.2.8 which is using MVC 4?
Upgrade from Umrbraco Forms 4.1.3 to 4.1.6 error
Hello,
I'm on Umbraco 7.2.8 with Umbraco Forms 4.1.3. I want to upgrade to Umbraco Forms 4.1.6 for the security patch: http://umbraco.com/follow-us/blog-archive/2016/10/14/umbraco-forms-security-notice/
When I try to upgrade with NuGet I get the following exception:
Is Umbraco Forms 4.1.6 not compatible with Umbraco 7.2.8 which is using MVC 4?
Jeroen
Hi Jeroen,
This is very odd can you trying using the following perhaps?
Update-Package UmbracoForms -version 4.1.6 -IgnoreDependencies
Alternatively have you tried using the UI as well to give you any other insights or clues to the problem?
Cheers,
Warren :)
is working on a reply...