private IServerObjectHelper2 serverObjectHelper; private IMapServer3 _mapServer; ... #region IServerObjectExtension Members public void Init(IServerObjectHelper pSOH) { serverObjectHelper = (IServerObjectHelper2)pSOH; _mapServer = (IMapServer3)serverObjectHelper.ServerObject; }
Cannot obtain fields or call methods on the instance of type 'SOE.SOEDynamicTileMapService' because it is a proxy to a remote object.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.