November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
We get the same error trying to update to latest commerce thru NuGet... Kinda stuck there...
Upgrading to latest straight from 7.5 RTM.
Valdis; As I wrote in the first post, I've setup a site using the new VS extension, and get that error when adding commerce to the project (using NuGet).
See screenshot from the error here: http://i.imgur.com/kfQEM9k.png
Min requirements for EPiServer.Cms.Core is 7.5.1003.0, while the error says it's trying to use 7.5.1000.0...
Ok, sorry - I got it fianlly :)
One of the workaround is to tell NuGet to choose highest available version for the dependency.
Create nuget.config file in your project root direcotry:
<configuration>
<config>
<add key="DependencyVersion" value="Highest" />
</config>
</configuration>
Great! Works now. Thanks! It's important that nuget.config is placed in the root, e.g. the solution directory. We first placed it in the web project but it needs to go one level up.
I just tried creating a site with the new VS extension. It worked fine for a CMS site but when I'm trying to add EPiServer.Commerce I get a dependency error.
- What is the correct way to setup a commerce frontend site using the VS extension?
- Are you planning on moving the installation of the Commerce Manager site to NuGet also?
Attempting to resolve dependency 'EPiServer.Framework (≥ 7.5.1000 && < 7.6)'.
Updating 'EPiServer.Framework 7.6.3' to 'EPiServer.Framework 7.5.1000.0' failed. Unable to find a version of 'EPiServer.CMS.Core' that is compatible with 'EPiServer.Framework 7.5.1000.0'.