Hi everyone,
i'm trying to run an application using an ArGIS Server license and it keeps crashing. It might need further code investigation, but reading the documentation i had a concern.
As it says in here (Initialize(LicenseProductCode) Method—ArcGIS Pro😞
- ArcGIS Pro must be installed on the host machine
- An ArcGIS Pro license must be available
Is that necessary even in this case?
If i run this application using Host.Initialize(Host.LicenseProductCode.ArcGISPro) with ArcGIS Pro installed and logged in it works perfectly fine.
If i use Host.Initialize(Host.LicenseProductCode.ArcGISServer) on a machine with ArcGIS Pro installed but logged out and ArcGIS Server installed and running, the application can be launched without any error, but as soon as i try to start executing a function it crashes without any error or warning.
According to the documentation i should have all the prerequisites in place, is there anything else i should check? Could it run without ArcGIS Pro installed using only ArcGIS Server?
Thank you for any help