I am certain that ArcGIS Server is installed on my computer. However, while developing a console application, I encountered an issue when using:
Host.Initialize(Host.LicenseProductCode.ArcGISServer);
The following error was thrown:
Initialization failed: Could not initialize an ArcGIS license
Interestingly, when I use Host.LicenseProductCode.ArcGISPro, the initialization works successfully.
Could anyone help me understand what might be causing this issue?