Hello,
When I tried to open an AddIn with Third-party control (DevExpress controls) in ArcGIS Pro desktop application on another computer, ArcGIS Pro crashed with a "error."
Details About AddIn: My AddIn uses custom images and references devexpress dlls such as DevExpress.Xpf.Core.v19.2...etc.
Please help me to fix this issue.
Hi,
Have you set devexpress dlls references "Copy Local" property to true?
I've tried the suggestions below, but the problem still persists.
1.For each additional library reference you need to set “Copy to local” to True.
2.Set Build Action to "Add-In Content" and Copy to Output Directory to "Copy always" for each image in the Image folder.
Image="pack://application:,,,/Module1;component/images/Addinimage.png
3.In Config.daml file, set the insertModule autoLoad attribute to True.
To check is your additional library is included to AddIn ,i have rename xxxx.esriAddinX to xxxx.zip file and check its content with your archiving software or go to AddIns folder and found all thirdpart .dll is in install folder and images also included in Image folder.
Still I am getting crashes issue while opening Addin in ArcGIS Pro Desktop in another machine.
The issue has been solved... Thanks.
Actually I was missing some files in that.