laptop and a wrench

不具合

Releasing memory pointing to a raster layer causes an error.

最後に公開された状態: June 30, 2020 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000114021
送信されましたMay 16, 2018
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン100.2.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスKnown Limit

参考情報

The problem occurs when the raster dataset has been removed from the layer but the .NET garbage collection has not yet destroyed the raster object. To trigger the garbage collection in order to delete files, it may be necessary to call GC.Collect e.g.: ``` ... GC.Collect(); GC.WaitForPendingFinalizers(); GC.Collect(); try { if (File.Exists(tifFile)) { File.Delete(tifFile); } } catch (Exception e) { // TODO... } ... ```

再現の手順

不具合 ID: BUG-000114021

ソフトウェア:

  • ArcGIS Runtime SDK

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

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

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

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

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

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

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