...
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
Note: TCMailer is in the process of being decommissioned
...
Temporary solution to solve the error
...
TCMailer is in the process of being decommissioned. Temporary solution to solve the error ““
...
BC30002 Type 'TCMailer.SmtpClient' is not defined:
Remove and then re-add the existing reference for TCMailer.DLL
Webconfig updates
ORA28000 (Account locked)
To resolve ORA28000 (Account locked) error that occurs on Line 103 of SQLHelper.sql:
updated the configuration string for development to the latest oracle information (see pins
Update TCErrorEmailAddress
change <add key="TCErrorEmailAddress" value="mike.d.clark@tc.gc.ca" />
to
<add key="TCErrorEmailAddress" value="TC.CivAvSupport-SoutienAvCiv.TC@tc.gc.ca" />
Note: EmailErrors has to be set to true in order for the errors to be sent to the mailbox.
Other: updated the DateAppLastModified to current date.
Lefthand-menu not displayed
...
:
update applicationhost.config:
add the two lines below as the last entries before </modules>
<add name="StreamTagFilter-2.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.2.0, Version=1.0.6.2, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv2.0" />
<add name="StreamTagFilter-4.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.4.0, Version=1.0.6.2, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv4.0" />
update the web.config
change <add key="CLFVersion" value="gmytc_v1"/>
to
<add key="CLFVersion" value="gcwu-fegc"/>