zl程序教程

您现在的位置是:首页 >  其它

当前栏目

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

not specified Component version must you call bind
2023-09-14 09:01:05 时间
问题:ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components. 解决方案: 1、拖动工具箱中的LicenseControl控件到窗体 2、在程序主入口中(program.cs)添加代码,添加后如下: namespace Window

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

解决方案:

1、拖动工具箱中的LicenseControl控件到窗体

2、在程序主入口中(program.cs)添加代码,添加后如下:

namespace WindowsApplication001

 static class Program

 /// summary 

 /// The main entry point for the application.

 /// /summary 

 [STAThread]

 static void Main()

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

 Application.EnableVisualStyles();

 Application.SetCompatibleTextRenderingDefault(false);

 Application.Run(new Form1());

}
安装AO并且授权之后即可进行开发



1). 简介 Data Binding Library是一个支持库,允许在布局文件中绑定数据源。最小支持API为14,gradle插件最小为1.5.0。示例