You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Jochen Wezel edited this page Mar 31, 2017
·
5 revisions
Before you start the process, carefully read the
release notes
change history
documentation
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)
open your Visual Studio solution, update your assembly references by NuGet, re-deploy your solution
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
Check in administration area for instances with older versions which have been forgotten to be updated
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)
Reload your web applications (e.g. using iisreset)