Go to content

Go to employees

Go to search

Blog entries posted during 2008

 

Initial migrating - upgrade from 4.x to 4.62B fails if already running CMS5

One prerequisite for migrating from EPiServer 4 to 5 is that the site in question is upgraded to version 4.62B. During this upgrade I came across the following error: Running Assembly installer for EPiServer.SchedulerSvc.exe:"Cannot install files:...


Installer fails when installing CMS4 on .net Framework 3.0 or higher

When installing an EPiServer CMS 4 (using EPiServer Manager 1.3.3.0) on a machine that has .net Framework 3.0 or higher installed the installation manager fails. In order to make the installation complete, rename the folders containing the framewo...


Emptying the Recycle Bin in CMS

Default the "Empty Recycle Bin" only deletes pages older than 30 days (that is default by EPiServer). To delete pages newer than this use the following stored proc: editDeleteChilds'2' where '2' is the pageId of the Recycle Bin. This may come in...