“System.Runtime.InteropServices.COMException”类型的未经处理的异常在 Arcgis_Test.exe 中发生
其他信息: ArcGIS product not specified. You must first bind to an ArcGIS version prior to using any ArcGIS components.
解决办法:添加
ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);需添加引用:ESRI.ArcGIS.Version
转载于:https://www.cnblogs.com/SeNaiTes/p/9584070.html