Hi All,
I have a companion application that runs on our ArcGIS Server machine that uses ArcObjects. For Server v10.8.1 I use the ArcObjects SDK v10.8.1. We are looking to upgrade to ArcGIS Server 11.2 and I'm wondering is there is a version of ArcObjects that will run on 11.2. I know a lot of thinks changed between 10 and 11 and I'm wondering if ArcObjects is not longer an option with Server 11.2. The application binds to the ArcObjects license like this:
ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Server);
ESRI.ArcGIS.esriSystem.IAoInitialize ao = new ESRI.ArcGIS.esriSystem.AoInitialize();
ao.Initialize(ESRI.ArcGIS.esriSystem.esriLicenseProductCode.esriLicenseProductCodeArcServer);
I know when we've moved from 10.5.1 to 10.8.1 I had to recompile with the matching SDK for the application to run. Is this possible in 11.2? If so, which ArcObjects SDK would I use?
Thanks!
Layth