Memory access violation when setting MapFrame property on CIMChartFrame objects in ArcGIS Pro SDK v3.1.
ArcGIS Pro SDK for .NET
漏洞 ID 编号
BUG-000160957
已提交
August 25, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro SDK for .NET
找到的版本
3.1
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The chart stored in the layer in the provided Pro project (aprx) was missing the uniqueName property.
uniqueName is a mandatory property of a chart and is always set by our software when making charts interactively in the app.
The Charts examples in the ArcGIS Pro SDK ProSnippets indicate the approach for creating chart items, and this always includes setting the unique name property.
https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Charts.
If the chart is authored correctly with a uniqueName, there is no crashing issue in ArcGIS Pro 3.1. The Esri development team manually adjusted the chart storage in the aprx to include the uniqueName and confirmed that the problem was resolved.
There is no planned software fix that can resolve issues related to the missing uniqueName property of a chart. This property must be set for the application to function correctly.