Dear Readers,
Good afternoon. Thank you for taking the time to read through this post. Our legacy application has been ported to ArcGIS 10.8.2. This application was developed in the middle of 2000s and has been maintained to be current with ArcGIS versions, .NET framework, Windows OS changes, and Visual Studio.
One of the requirements from the Enterprise Security team forced us to move from SVN to Bitbucket with condition that it would compile from Jenkins for the next version to be released.
Our team member figured out how to NuGet package and we had to move to VS 2022. During this process, when we tried to run our application, the application could not load the Map, TOC, and layer list ESRI controls.
Missing ESRI controls
The application should look like this:
ESRI controls in previous version
The working application had dll references added directly to each of the class projects and the non-working application has the dlls referenced from the NuGet.
Any thoughts or ideas?
thanks and regards
Ravi