By playing with F# and ArcGIS Runtime I tried to re-create a sample C# project to F#. For the WPF part I used the Visual Studio extension F# Empty Windows Ap...
If you develop ArcGIS Add-ins with Visual Studio under limited permissions you get during the build process an error, that the stuff could not be registered....
For little GUI-changes in own ArcMap-customizations normally it is enough to start the application and look that every entry is visible. Especially for refac...
During a refactoring i realized that renaming of components, which will be registered for COM-Interop, must be done carefully. In my case i changed the casin...