Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Lowering the version av Nuget.Core seemed to do the trick for me.
update-package NuGet.Core -version 2.5.0 -ignoredependencies
EPiServer.Packaging.UI is dependent on NuGet.Core version 2.5.0 and nothing else.
Hi, Trying to upgrade from cms 9.6.1 to 9.12 and commerce 9.9.0 to 9.19.1
Upgrading with package Manager Console every package one by one with -IgnoreDependencies (to make it work)
EPiServer.Commerce 9.9.0 -> 9.19.1
EPiServer.Commerce.Core 9.9.0 -> 9.19.1
EPiServer.CMS 9.6.1 -> 9.12.0
EPiServer.CMS.Core 9.6.1 -> 9.12.0
EPiServer.CMS.UI.Core 9.4.0 -> 9.8.3
EPiServer.CMS.UI 9.4.0 -> 9.8.3
EPiServer.Framework 9.6.1 -> 9.12.0
EPiServer.Packaging 3.2.3 -> 3.2.4
EPiServer.Packaging.UI 3.2.3 -> 3.2.4
DotNetZip 1.9.1.8 -> 1.10.1
EntityFramework 6.0.0 -> 6.1.3
AuthorizeNet 1.8.2 -> 1.8.10
HtmlAgilityPack 1.4.9.4 -> 1.4.9.5
log4net 2.0.3 till 2.0.5
Newtonsoft.Json 6.0.8 -> 9.0.1
NuGet.Core 2.5.0 -> 2.12.0
OctoPack 3.0.53 -> 3.0.71
Strathweb.CacheOutput.WebApi2 0.9.0 -> 0.0.10
structuremap 2.6.4.1 -> 4.3.0
structuremap.web-signed 3.1.6.186 -> 3.1.6.191
structuremap-signed 3.1.6.186 -> 3.1.6.191
EPiBootstrapArea 3.3.4 -> 3.3.5
When running i get this run time error on initialization and in deed when reflecting there is no method 'ExtractContents' in type 'EPiServer.Packaging.Packages.VirtualPackage' from assembly 'EPiServer.Packaging, Version=3.2.4.0'
Any Idea?