【错误异常大全】:ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS
生活随笔
收集整理的這篇文章主要介紹了
【错误异常大全】:ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 問題描述
- 解決方法
問題描述
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());之間即可,就是:
static void Main(總結
以上是生活随笔為你收集整理的【错误异常大全】:ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C#(Sharp)进阶篇:文件操作
- 下一篇: C#(Sharp)GDI plus与图形