I'm trying to upgrade my 7.2.8 site to 7.3.1 using NuGet in Visual Studio 2013. However this fails with the following error message:
Updating 'Microsoft.AspNet.WebPages 2.0.20710.0' to 'Microsoft.AspNet.WebPages 3.2.3' failed. Unable to find a version of 'Microsoft.AspNet.Web.Helpers.Mvc' that is compatible with 'Microsoft.AspNet.WebPages 3.2.3'.
I've just recently done an upgrade to 7.3.1 and although I didn't have this particular issue I did run into other similar issues with a few other NuGet packages. I had to remove the troublesome one and run the upgrade again.
I would try removing Microsoft.AspNet.Web.Helpers.Mvc and run the upgrade again.
Hi Bijesh, after working with other things for some time, I had the opportunity to try your tip today. And it worked just fine. Many thanks for your help!
/Jan
Upgrading 7.2.8 -> 7.3.1 fails using NuGet
Hi,
I'm trying to upgrade my 7.2.8 site to 7.3.1 using NuGet in Visual Studio 2013. However this fails with the following error message:
Updating 'Microsoft.AspNet.WebPages 2.0.20710.0' to 'Microsoft.AspNet.WebPages 3.2.3' failed. Unable to find a version of 'Microsoft.AspNet.Web.Helpers.Mvc' that is compatible with 'Microsoft.AspNet.WebPages 3.2.3'.
Anyone able to help?
Thanks /Jan
I 2nd that - ran into the very same issue... :-|
I've just recently done an upgrade to 7.3.1 and although I didn't have this particular issue I did run into other similar issues with a few other NuGet packages. I had to remove the troublesome one and run the upgrade again.
I would try removing Microsoft.AspNet.Web.Helpers.Mvc and run the upgrade again.
Looking around on the Nuget gallery I think Microsoft.AspNet.Web.Helpers.Mvc is quite old now. I have a different version installed instead https://www.nuget.org/packages/Microsoft.AspNet.WebHelpers/
See if that works for you.
Hi Bijesh, after working with other things for some time, I had the opportunity to try your tip today. And it worked just fine. Many thanks for your help! /Jan
No worries, I'm glad it worked.
is working on a reply...