Engine10.1中能不能使用IGISServerConnection?
9.3的代码移植到Engine10.1中后,IGISServerConnection接口报错
发起人
-
-
刘峥
ArcGIS多面手
相关问题
- 如何优雅的使用ArcGIS知乎?
- 苹果系统下可以使用arcgis 吗?
- Arcgis的地位不可撼动,那有必要掌握使用其他GIS软件吗
- 在Visual studio 2015 中使用 Arcgis API for JavaScript v3.16 如何实现代码智能提示?
- 请问arcmap如何使用多线程?
- 如何使用脚本或其他方法,将图层属性中属性域原值内容替换为属性域描述?
- arcgis runtime for andriod 100.1 如何使用eclipse开发
- 使用ArcGIS Desktop10.2版本,如何设置图例横着放且label在正下方?
- 请问一下,有使用Indoors的大佬么,可以分享一下怎么下载的么
- 使用ArcGIS Desktop,如何导出3DS格式数据?
- arcgisDesktop能不能通过工具箱中的工具把已经坐标系为84的点数据转成2000坐标的点呢
问题状态
- 最新活动: 2016-08-04 00:00
- 浏览: 1597
- 关注: 1 人
1 个回复
刘峥 - ArcGIS多面手
赞同来自:
根据官方帮助文档中的说明,10.1中已不再支持此种连接方法: At 10.1, you can no longer use ArcObjects remotely (via DCOM); this way of interacting with ArcGIS for Server is no longer supported. If you are using GISServerConnection in the Server library or AGSServerConnection in the GISClient library in your code, these need to be removed if you are working with ArcGIS 10.1 for Server. 帮助文档中关于此说明的链接:http://resources.arcgis.com/en ... 0000/
【解决办法】:
如需用代码管理server连接的话请使用server admin api
要回复问题请先登录或注册