
ArcGIS Server
chocolateboy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ArcGIS Server 9.2利用AE中的对象新增feature
9.2如果打上sp5(ArcGISServerDotNet92sp5.msp)补丁后,利用控件EditorTask也可以对要素进行编辑;但现在我们要自定义一个新增按钮,类似于ToolBarItem,单击该按钮后就可以在地图上任意位置新增一条新的记录,然后弹出对话框编辑该Feature的其它属性。当然我们得借助于AE中的对象来处理。using System; using System.Data;原创 2012-11-09 11:14:05 · 918 阅读 · 0 评论 -
ArcGIS Server安装部署常见问题
由于安装时手头只有9.2的版本,本篇文章不一定适用于其它ArcGIS Server版本,安装时选择不同的操作系统可能也会导致不同的问题,目前已在win7、win2003、XP系统下安装过,唯独WIN7还没成功运行。 安装顺序最好是IIS -> VS2005 -> ArcGIS Server IIS如果是6.0以上版本,需要选择IIS6.0 兼容模式; 问题1:不能创建Web Mapping原创 2012-10-19 17:41:51 · 2976 阅读 · 0 评论 -
Invalid password specified for ArcGISWebServices.
The solution is suitable for any version of Arcgis Server,I had tried to deal with the problem in 10.0 version,and it works well. I got this one from ESRI link. Also, fixed up my problem by this wa翻译 2013-03-05 10:46:59 · 1200 阅读 · 0 评论 -
Internal Error 2878. Existing_WEB_Site
Problem Desciprtion: I am attempting to install ArcGIS Server Enterprise 10 (.NET) on an Win7 x64 computer and I'm running into the above error. It is annoying, but at least it is consistent. "Inte翻译 2013-03-05 10:57:08 · 1111 阅读 · 1 评论 -
设置LayerDefinition属性时VS2010崩溃(ArcGIS Server 10)
Problem Description: This issue has been logged as [NIM079062: Visual Studio 2010 crashes when trying to modify the LayerDefinition of a Map Resource Manager control on a machine with Internet Explor翻译 2013-03-06 09:59:50 · 1245 阅读 · 0 评论