问题描述:程序报错“ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.”

解决方法:打开program.cs。

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

     放到Application.SetCompatibleTextRenderingDefault(false);和Application.Run(new Form1());之间

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2021-07-29
  • 2021-11-29
  • 2022-12-23
  • 2021-10-08
猜你喜欢
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案