问题描述:
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);