Deploy SOE with external dll's

483
1
07-19-2017 10:55 PM
ModyBuchbinder
Esri Regular Contributor

Hello all

We developed a SOE that has some private dll's. These dll's are not ArcGIS or .NET or OS dll's it is just something that we developed outside the SOE itself.

We have some problem deploying it. As far as we can tell some of the dll's are not packed into the SOE (we unzip it). Some of the dll that was packed cannot be accessed by the SOE after successful installation.

Where is the SOE installation putting all the dll's?

Does anybody run into this problem.

Thanks

Mody 

0 Kudos
1 Reply
nicogis
MVP Frequent Contributor

I have used dll .NET in gac or embedded in soe and it runs Ok.

What's the version ags ?

In debug using Assembly.GetExecutingAssembly().Location see path of files

0 Kudos