AE9.2配VS2005,AE9.3配VS2008
ArcGIS Engine 安装前的准备工作:
a) Visual Studio 2005 安装光盘或安装文件。
b) ArcGIS Engine Runtime9.2 的安装光盘或安装文件。
c) ArcGIS Engine Developer Kit For Microsoft .NET Framework 9.2 的安装光盘或安装文件。
d) ArcGIS Engine Developer Kit 的授权文件。 GIS公园www.gispark.com
在开发 ArcGIS Engine 程序之前,需要首先部署完成开发环境。本文的ArcGIS Engine 开发实例以C#语言为例,C#的集成开发环境选择Visual
Studio 2005,对ArcGIS Engine 开发环境的搭建需要遵循下面的步骤顺序进行:
a) 安装 Visual Studio 2005
b) 安装 ArcGIS Engine Runtime9.2
c) 安装 ArcGIS Engine Developer Kit For Microsoft .NET Framework9.2
GIS公园www.gispark.com
ArcGIS Engine Developer Kit 有支持多种开发语言的开发包,用户可以使用VB6,VC++,C#,Java 等对ArcGIS Engine 进行开发。每种语言都有
对应的ArcGIS Engine Developer Kit 安装包,本文主要以C#为例。 www.gispark.com
注释:ArcGIS Engine Developer Kit For Microsoft .NET Framework 的安装要求操作系统已经安装了.Net Framework 2.0,因为ArcGIS EngineDeveloper Kit For Microsoft .NET Framework 在安装时会检测本地是否已经安装.Net Framework 2.0,如果已经安装,那么ArcGIS Engine 的.Net 类库就会安装到系统上,如果没有检测到.Net Framework 2.0,那么ArcGIS Engine的.Net 类库就不会安装到系统上;具体表现为在ArcGIS Engine 的安装目录下会有一个DotNet 的文件夹,如果该文件夹存在就表示ArcGIS Engine 的.Net类库已经安装到本地系统上。这里我们要安装开发环境,开发工具选择VisualStudio 2005,安装Visual Studio 2005 的过程中会自动安装.Net Framework2.0。