ArcObjects10.0引用控件报错

错误如下: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());

之间。

上一篇:什么是“Bash”破绽?


下一篇:Go将统治下一个10年?Go语言发展现状分析