The user interface of a computer. Alternatively, a personal computer designed to fit on a desk.

learn more… | top users | synonyms

2
votes
0answers
110 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 ...
1
vote
0answers
97 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 ...