...
No updates were required for CAPMS-SGPMC for many years.
After cloning it from the repos in April 2024 the app would not run on localhost.
The changes described below make it possible to run CAPMS-SGPMC on localhost
Target Framework
CAPMS-SGPMC uses .NET Framework 4 by default.
I attempted to upgrade it to the latest (4.8) but got errors when run the application after having resolved the other issues below.
AjaxErrors
Global.AjaxControlToolkit.ToolkitScriptManager' is not defined.
Global.AjaxControlToolkit.CalendarExtender' is not defined.
Solution: install AjaxControlKit by CodePlex foundation version
Installed version 4.1.60919 as it is the latest version of Ajax 4.x available in NuGet.
Version 4…. is in the “bin” folder on the development and acceptance servers.
Installing to a newer version might be possible.
Steps for an upgrade would need to be followed to upgrade to a version newer than 4.x.
TCMailer
TCMailer is in the process of being decommissioned. Temporary solution to solve the error ““TCMailer
TCMailer is in the process of being decommissioned. Temporary solution to solve the error ““
...
Webconfig updates
Lefthand-menu not displayed
...