Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hey Magnus, can you share how did you get it to work? I am getting the same error. Tried both install and update.
Install-Package EPiserver.CMS.Core -Version 7.0.586.24
Install-Package : Unable to find version '7.0.586.24' of package 'EPiserver.CMS.Core'.
At line:1 char:16
+ Install-Package <<<< EPiserver.CMS.Core -Version 7.0.586.24
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Hi.
In the package manager console I had to change to EpiServer in the dropdown. So there was actually no problem with the version, just needed the right feed selected.
Does this help you?
Was reading about patch 4 here: http://world.episerver.com/Articles/Items/EPiServer-7--Patch-4/ and tried both
Install-Package EPiServer.CMS.Core -Version 7.0.586.24 with error:
Install-Package : Unable to find version '7.0.586.24' of package 'EPiServer.CMS.Core'.
At line:1 char:16
+ Install-Package <<<< EPiServer.CMS.Core -Version 7.0.586.24
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Update-Package EPiServer.CMS.Core -Version 7.0.586.24 with message that there was nothing to upgrade.
So I guess I am doing it all wrong.
Is .24 the correct version? am I missing something in the command?
Thanks.