I am now using umbraco 7.28 with Umbraco Forms. I planned to upgrade to 7.3.1. But on error jumps out during upgrade as below. I tried on both VS2013 and 2015.
Unable to find a version of 'Microsoft.AspNet.WebPages' that is compatible with 'microsoft-web-helpers 2.1.20710.2 constraint: Microsoft.AspNet.WebPages (≥ 2.0.0 && < 2.1.0)', 'Microsoft.AspNet.Mvc 5.2.3 constraint: Microsoft.AspNet.WebPages (≥ 3.2.3 && < 3.3.0)', 'Microsoft.AspNet.WebHelpers 3.2.3 constraint: Microsoft.AspNet.WebPages (≥ 3.2.3 && < 3.3.0)'.
upgrade failed
I am now using umbraco 7.28 with Umbraco Forms. I planned to upgrade to 7.3.1. But on error jumps out during upgrade as below. I tried on both VS2013 and 2015.
Unable to find a version of 'Microsoft.AspNet.WebPages' that is compatible with 'microsoft-web-helpers 2.1.20710.2 constraint: Microsoft.AspNet.WebPages (≥ 2.0.0 && < 2.1.0)', 'Microsoft.AspNet.Mvc 5.2.3 constraint: Microsoft.AspNet.WebPages (≥ 3.2.3 && < 3.3.0)', 'Microsoft.AspNet.WebHelpers 3.2.3 constraint: Microsoft.AspNet.WebPages (≥ 3.2.3 && < 3.3.0)'.
Please consider this if it is valuable. Thanks.
Hi Luke,
I had the same issue when upgrading from v7.2.4 to v7.3.1 using NuGet.
Firstly, ensure you have have a backup of all your files :)
I managed to work around the problem by commenting out the following two lines in packages.config:
When you have done that, try the Umbraco NuGet update again. If the update works, rebuild your solution and try running your site.
Hope that helps,
James.
is working on a reply...