Select to view content in your preferred language

AOSerializerUtil.deserializeArcObject is asking for IServerContext

863
1
07-01-2013 08:48 PM
Muralikrishnavelaga1
Deactivated User
Hi,

ArcGIS10.1 Servercontext is deprecated. But deserializeArcObject method  is asking for ServerContext. Is AOSerializerUtil is replacement for AGSLocalUtil in ArcGIS10.1
Tags (2)
0 Kudos
1 Reply
nicogis
MVP Alum
see http://blogs.esri.com/esri/arcgis/2011/04/27/considerations-for-arcgis-server-developers-a-look-towa...

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.
0 Kudos