Tagged Questions
1
vote
0answers
98 views
ArcGIS Add-In - protected dll-s crashes ArcMap
Have anyone tried to use a protected dll inside an ESRI Add-In for ArcGIS Desktop?
We use a 3rd party company to protect our .NET dll-s before we package them.
This has worked for ArcGIS extensions ...
2
votes
0answers
111 views
Why does a tool not call its constructor or OnActivate() method?
I'm working on an add-in for ArcMap 10.0 in .Net version 3.5. It was finely added in arcgis desktop 10.0 as addin tool and working finely. I added some code in the addin project and build that ...