...
This project will run in Visual Studio 2022.
After cloning the repos you may see the error below when rebuilding/running the solution on your localhost. If so, uninstall and reinstall the latest AjaxControlToolkit in NuGet.
...
Note: You may might see the following message. It is seen on multiple developer’s machines and does not seem to be a problem:
”1>------ Rebuild All started: Project: NPA-APM, Configuration: Debug Any CPU ------
1>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2302,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Oracle.DataAccess", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
1> NPA-APM -> C:\CIVAV\support\NPA-APM_Ext\Source\NPA-APM\bin\NPA-APM.dll”
...