I am trying to implement an editor extension that can be toggled on/off using the Extension Dialog. I'm building this as an Add-in using C#. I've setup my Config.esriaddinx to read:<Extension id="Arizona_Geological_Survey_ncgmpToolbar_ncgmpEditorExtension" autoLoad="true" productName="NCGMP Editor" showInExtensionDialog="true" class="ncgmpEditorExtension" />
However, the "NCGMP Editor" extension still does not show up in the Extensions dialog. I'm not sure what I'm missing... Does something else need to be implemented in the code for the extension itself? The help documentation would suggest that all I need to do is make the showInExtensionDialog attribute true.Thanks,Ryan