/
Running NASDNET on localhost

Running NASDNET on localhost

AJAXControlToolkit errors:

 

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


NASDNet-BNSANet (this is the web application)

as well as

NASDNetUser.test (UNIT Tests)

 

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

 

image-20241218-195116.png

 

After:

 

image-20241218-175358.png

 

To resolve TCMailer errors

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

  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


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

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.

<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>.

 

Important:


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

 

 

UNIT Tests:

The unit tests for NASD currently run but all have warnings. I have not investigated in depth

Related content

NASD-NET External - BDNSA-NET Externe
NASD-NET External - BDNSA-NET Externe
Read with this
Running CAPMS-SGPMC on localhost
Running CAPMS-SGPMC on localhost
More like this
(Draft) Implementing MailKit in legacy applications
(Draft) Implementing MailKit in legacy applications
More like this
(Draft) Upgrading old versions of AjaxControlToolkit
(Draft) Upgrading old versions of AjaxControlToolkit
More like this
How-Tos And Fixes
How-Tos And Fixes
More like this
How to set up eMER locally for first-time use (Transferred to Wiki)
How to set up eMER locally for first-time use (Transferred to Wiki)
More like this