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.
After:
To resolve TCMailer errors
copy TC Mailer 3.0 dll
from: \\tc4s0a\Groups\AARA\AARAD\NASDNet\Files_for_Bin
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 errorsNASDNet-BNSANet.pdb
NASDNet-BNSANet.xml
to
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
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:
|
---|
UNIT Tests:
The unit tests for NASD currently run but all have warnings. I have not investigated in depth - will do a quick check of NASD connection string.
Add Comment