ArcGIS version not specified.

问题

在调用arcgis10 的ISurface用来取指定航线的地形时,这段代码在加载.dem时总是出错。

报:

Fail to open raster dataset

解决方法:

在窗体中加载Mapcontrol控件即可

问题

1.ArcGIS version not specified.

解决方法:

ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.在ESRI的内部培训资料上已给出解决方案,就是在program主程序中添加ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Engine);

原文地址:https://www.cnblogs.com/dayspring/p/11126737.html