2 min

Experiences with the new Add-In concept of ArcGIS 10

Notes on ArcGIS Add-In limitations and packaging, including component namespaces, adding unreferenced assemblies as AddInContent, PDB handling, and extending the table context menu with buttons.

Development
1 min

Casing of COM-Interop registered components

Why renaming COM-Interop components can break deployment when WiX registry entries generated by Heat still contain the old component name, even though development builds work correctly.

Development
1 min

ClickOnce installation folder

How ClickOnce applications are referenced from the Start menu, where .NET stores their local files, and how to trigger the ClickOnce uninstall.

Deployment