Versions Compared

Key

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

AJAXControlToolkit errors:

...

In the short-term: install the following NuGet AjaxControlToolKit viaNuGet Package: 4.1.50508 for
Apply it to:


NASDNet-BNSANet (this is the web application)and

as well as

NASDNetUser.test (UNIT Tests)

Before :

...

- no AjaxControlKit version info is displayed in the “installed column.

image-20241218-195116.pngImage Added

After:

image-20241218-175358.png

To resolve TCMailer errors

copy TC Mailer 3.0 dll the files
from: \\tc4s0a\Groups\AARA\AARAD\NASDNet\Files_for_Bin

  1. to the bin directory of the NASDNet application

...

To resolve NASDNetUserTest errors:

...


  1. (path is similar to C:\Users\dertinn\source\repos\NASDNET2\Source\NASDNet-BNSANet\bin)

as well as


2. to the bin directory for the unit (NASDNetUserTest) (debug): path is similar to
C:\Users\dertinn\source\repos\NASDNET2\Source\NASDNetUserTest\bin\Debug

To resolve NASDNetUser build errors:

  • To resolve NASDNetUserTest errors copy the following files
    NASDNet.dll errors

  • NASDNet-BNSANet.pdb

  • NASDNet-BNSANet.xml
    to

  1. to the bin directory of the NASDNet application
    (path is similar to C:\Users\dertinn\source\repos\NASDNET2\Source\NASDNet-BNSANet\bin)

as well as

  1. to the bin directory for the unit (NASDNetUserTest) (debug): path is similar to


C:\Users\dertinn\source\repos\NASDNET2\Source\NASDNetUserTest\bin\Debug

Fix “references” for NASDNet application and UNIT tests

Not finished

Point ajax to package

point oracle to local oracle

...

Update the Ajax, Oracle, TCMailer and NASDNet references for:

  • NASDNet application

  • NASDNetUserTest

AJAXControlToolkit will point to directory similar to
NASDNET\Source\packages\AjaxControlToolkit.4.1.50508\lib\40\AjaxControlToolkit.dll

Oracle Data Access should point to a directory similar to
assembly\GAC_32\Oracle.DataAccess\v4.0_4.121.2.0__89b483f429c47342\Oracle.DataAccess.dll

TC Mailer 3.0 (in the process of being deprecated) should point to a directory similar to

C:\Users\dertinn\source\repos\NASDNET\Source\NASDNet-BNSANet\bin\TC Mailer 3.0.dll

The NASDNet reference only applies to NASDNetUser Test. The path to point the reference to is similar to
C:\Users\dertinn\source\repos\NASDNET2\Source\NASDNetUserTest\bin\Debug

applicationhost.config

Add the following two lines for streamtag filter to applicationhost.config.

Code Block
breakoutModewide
<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" />

Important:


Place the two lines just before the modules closing tag </modules>.

image-20241218-201929.pngImage Added

UNIT Tests:

The unit tests for NASD currently run but all have warnings.