ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.

在程序入口处添加绑定:

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

可以在主函数中InitializeComponent();上一行添加。
如下图:ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS component

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2021-07-24
  • 2021-11-16
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2021-12-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案