Unable to install Addin to other machine with third-party controls(DevExpress)---Where to install AddIn referenced(DevExpress Controls) DLL's

562
3
12-16-2021 02:34 AM
by Anonymous User
Not applicable

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.

0 Kudos
3 Replies
GKmieliauskas
Esri Regular Contributor

Hi, 

Have you set devexpress dlls references "Copy Local" property to true?

0 Kudos
by Anonymous User
Not applicable

@GKmieliauskas 

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.

0 Kudos
by Anonymous User
Not applicable

The issue has been solved... Thanks. 

Actually I was missing some files in that.

0 Kudos