1. 程式人生 > >無法繫結到ArcGIS Engine runtime gis二次開發

無法繫結到ArcGIS Engine runtime gis二次開發

問題描述:

Failed to bind to an ArcGIS Engine runtime. Ensure that the specified runtime is installed before running this application

解決辦法:

在主程式入口program.cs中的main函式中新增如下程式碼繫結arcgis產品,

ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);