Dynamic-link libraries (DLLs) referenced by ArcGIS Pro add-ins load from the ArcGIS Pro installation bin folder and Extensions folders.
上次发布: February 20, 2020ArcGIS Pro
漏洞 ID 编号
BUG-000101071
已提交
November 30, 2016
上次修改时间
December 16, 2024
适用范围
ArcGIS Pro
找到的版本
1.3
操作系统
Windows OS
操作系统版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is by design.
When an ArcGIS Pro add-in references an external library, it first checks the Pro\bin and Pro\bin\Extensions folders. If the DLL is not found in these locations it displays 'NAME NOT FOUND', 'PATH NOT FOUND' as a Result (in ProcessMonitor). ArcGIS Pro then continues to look for the DLL in the add-in's Assembly Cache, and if it finds it there, it displays 'SUCCESS' as the Result.
ProcessMonitor demonstrates this pattern with the add-in sample referenced in this BUG report.