laptop and a wrench

不具合

Specifying the enableDynamicLayers argument of LocalMapService.GetServiceAsync() causes exception of type 'System.StackOverflowException'.

最後に公開された状態: August 25, 2014 ArcGIS Runtime SDK
不具合 ID 番号 NIM077609
送信されましたJanuary 27, 2012
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン10.1 Beta 1
プログラム言語C#
オペレーティング システムWindows OS
オペレーティング システムのバージョン7 64 Bit
修正されたバージョン10.1
ステータスFixed

対処法

//********************* Try below code instead ************************* //********************************************************************** LocalMapService localMapService = new LocalMapService() { Path = @"...\Debug\DE_PLZ_5.mpk", MaxRecords = 9000, EnableDynamicLayers = true }; localMapService.StartAsync(delegateLocalService => { ArcGISLocalDynamicMapServiceLayer _arcGISLocalDynamicMapServiceLayer = new ArcGISLocalDynamicMapServiceLayer() { Service = localMapService, ID = "_arcGISLocalDynamicMapServiceLayer" }; _mapControl.Layers.Add(_arcGISLocalDynamicMapServiceLayer); }); //********************************************************************** //**********************************************************************

再現の手順

不具合 ID: NIM077609

ソフトウェア:

  • ArcGIS Runtime SDK

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動