基于C#的GIS开发_开发平台搭建

来源:互联网 发布:淘宝网址生成淘口令 编辑:程序博客网 时间:2024/05/18 14:12

1.安装license manager在目录license_server_setup下默认安装在C盘
2.将37102011.efl9文件的中间部分当作license,并且修改SERVER为主机名
3.运行license manager,加载上面的license和拷贝license_server_crack到安装目录下面
4.安装arcgis9.3 Desktop
5.运行arcgis administrtor 在producty里面选择arcinfo
6.在avaliable里面选择arcinfo
OK

详细步骤如下:

一、安装ARCGIS

1) install "license_server_setup/LMSetup.exe"  and use "license_server_setup/37102011.efl9" as license file

    at the same time,modification the server as the MyComputer's name.
2) copy *all* files from "license_server_crack/" to the
   license server install-dir replacing existing ones
   (yes, especially the lic file - the moronic LMSetup.exe sent
    the ARC/INFO feature to oblivion *argh*)
3) start the license-server
   (you may have to logout/login to make it work)   
4) install the application
5) copy "data_interop/fme_license.dat" to
   "install-dir/Data Interoperability Extension"
6) start "Desktop Administrator" and
   * "Software Product": choose "ArcInfo (Floating)"    
   * "License Manager": change to "localhost" or the local computer_name
   * "Availability": select "ArcInfo Desktop (Floating)",
     in the pane below that selection you should see a lot of licenses :-D
7) when starting the different apps for the first time make sure
   to select all extensions in the options menu

二、安装SQL Server2000或2005

三、安装SDE for SQL

把SDE安装好后配置:
注意在安装好后的界面中,选择Custom不选Complete
只勾选最后一个Create ArcSDE Service,去除前面三个选项:Define Database and SDE DBA User
Repository Setup,Authorize ArcSDE
在sql查询分析器里面修改:SQL Server: (local)
SQL Server 身份验证:
登录名:sde
密码:sde
在SDE配置里面选择:密码:sde 数据库:sde
然后成功启动SDE

恭喜你!到这一步主要的工作就算完成了。

四、安装Visual Studio 2008

其它各版本的如Visual Studio 2008 Team Suite也都有正式版的,和这个一样都是90天试用.
注册或是破解很简单,有两种方法:
1. 安装完90天试用版后,(这个安装过程将持续一个多小时时间),在“添加或删除应用程序”,删除vs 2008,点击“卸载”,在卸载里有让输入序列号的地方,把正式版的序列号PYHYP-WXB3B-B2CCM-V9DX9-VDY8T输入进去就行了,而不是真正的卸载软件哈。
2. 这种方法也是序列号的问题,把iso文件中的setup文件夹中的setup.sdb文件中的[Product Key]下的一行的原来的序列号换为能用的正式版的序列号就行了。如:
[Product Key]
PYHYPWXB3BB2CCMV9DX9VDY8T

五、安装runtime控件连接便于开发使用

安装完成!!