【问题分析】:
根据官方帮助文档中的说明,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
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
要回复问题请先登录或注册