Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Update your camm Integration Portal to the latest version

Jochen Wezel edited this page Mar 31, 2017 · 5 revisions
  1. Before you start the process, carefully read the
    • release notes
    • change history
    • documentation
  2. Update all cammWM library files in all your projects and web applications to the new version (and also update required script and configuration files if applicable)
    1. open your Visual Studio solution, update your assembly references by NuGet, re-deploy your solution
    2. in case you can't update the library to the new version but you know that there won't be compatibility issues, you can setup a web.config configuration declaring the newer database version will be fine for access by an older library (assembly) version
  3. Check in administration area for instances with older versions which have been forgotten to be updated
  4. Update your database
    • WARNING: All (web) applications with cammWM.dll older than the required database version will stop working to not corrupt any data accidentially - except you configure compatibility in web.config/app.config accordingly (on your own risk, see step above)
  5. Reload your web applications (e.g. using iisreset)