November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Thanks Mathias, think my method of creating a clean CMS 7 MVC web Site is the issue.
I tried Deployment Centre, but clean sites generated this way do not appear to have any VStudio project files created as part of the process.
Whereas using the latest Visual Studio 2012 Extension to create an empty MVC CMS web site seems to provide no option to select CMS 7 rather than CMS 7.5 assemblies as project references.
The link below mentions support for both 7.0/7.5 CMS projects in history of prev. release notes but no indication of how to select 7.0 in current version:
Once I have a new empty CMS 7.0 MVC Site with VStudio support then running the Package Manager Console should work to upgrade to Patch 3.
Really didn't think creating an empty CMS 7 MVC Site with VStudio 2012 support would prove to be so difficult, maybe I'm missing some documentation?
Cheers
Steve
Hi Steve,
I just upgraded my EPiServer 7 site to Patch-3 through Package Manager Console by running: PM> Install-Package EPiServer.CMS.Core -Version 7.0.586.16
Just to double check that you have pointed to correct episerver nuget feed in VS i.e. ?
Hi Shahid,
Thanks for confirming my initial problem and your suggestion works perfectly.
However, my real problem is creating a Visual Studio Solution for a CMS 7 web site .
(I can run Install-Package EPiServer.CMS.Core -Version 7.0.586.16 from within the solution generated by VS Episerver Extension for CMS 7.5)
But I haven't seen a way of automatically generating an empty web site solution for Episerver CMS 7.0 on VS2012.
i.e a VS2012 project that references 7.0.*.* assemblies, has a pre-configured web.config/episerver.config and wired-up MVC support.
The latest VS Extension provides an empty Episerver MVC site which works fine, but for CMS 7.5.
More difficult than I thought to get up and running....
Cheers
Steve
Would appreciate some help with the following migration issue:
To migrate a CMS 6R2 Composer reliant site to CMS 7.1, Patch 3 is required according to Episerver Migration page:
Migration advise here:http://world.episerver.com/documentation/Items/Installation-Instructions/EPiServer-Composer/Migrating-Composer-websites-to-CMS-7/
However, it appears Patch 3 is no longer available, unless I'm missing something?
https://nuget.episerver.com/en/OtherPages/Package/?packageId=EPiServer.CMS.Core&packageVersion=7.0.586.16
Running a package request in Visual Studio 12 returns the following error:
PM> Install-Package EPiServer.CMS.Core -Version 7.0.586.16
Install-Package : Unable to find version '7.0.586.16' of package 'EPiServer.CMS.Core'.
At line:1 char:16
+ Install-Package <><><>< episerver.cms.core -version 7.0.586.16> >>>>
Does anyone have any idea if Patch 3 is still available please?
Cheers
Steve