Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Upgrading from N2CMS 2.5 and earlier

When upgrading from N2CMS 2.5, the Nuget packages will not be upgraded correctly. You must uninstall the existing Nuget packages before upgrading N2CMS. If you have inadvertently upgraded the packages and things aren't working properly, you can still uninstall the packages using the below command, and then reinstall to get things working again. 

Warning

Back up any custom configuration in the <n2> section of your web.config prior to upgrading N2CMS.

Code Block
Uninstall-Package n2cms.dinamico Uninstall-Package n2cms Uninstall-Package n2cms.management 

...

Code Block
Install-Package -Source C:\N2Packages -Name n2cms.management.zip