laptop and a wrench

不具合

ArcMap crashes after successfully returning a call to ISchematicLayer.SchematicInMemoryDiagram.

最後に公開された状態: August 25, 2018 ArcObjects SDK
不具合 ID 番号 BUG-000116318
送信されましたAugust 23, 2018
最終更新日April 9, 2025
適用対象ArcObjects SDK
見つかったバージョン10.6.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン7.0 64 Bit
ステータスKnown Limit

参考情報

Wrong pattern used in the code. Please see the article below: https://support.esri.com/en/technical-article/000018520 Pattern to follow: public void Execute(ISchematicLayer schematicLayer, ITrackCancel CancelTracker) { if (schematicLayer == null) return; // Before Execute part ISchematicInMemoryDiagram inMemoryDiagram; inMemoryDiagram = schematicLayer.SchematicInMemoryDiagram; // Core algorithm InternalExecute(schematicLayer, inMemoryDiagram, CancelTracker); // Release the COM objects if (inMemoryDiagram != null) while (System.Runtime.InteropServices.Marshal.ReleaseComObject(inMemoryDiagram) > 0) { } while (System.Runtime.InteropServices.Marshal.ReleaseComObject(schematicLayer) > 0) { } }

再現の手順

不具合 ID: BUG-000116318

ソフトウェア:

  • ArcObjects SDK

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

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

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

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

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

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

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