<!--
This button is added correctly to the context menu. --> <!-- This menu group is added correctly to the project's node context menu. --> ... <!-- This menu group is never visible within the main context menu. -->
<Buttonguid="guidCmdSet"id="cmdAbout"priority="0x1010"type="Button">
<Parentguid="guidCmdSet"id="grpidContextMain" />
<Iconguid="guidAboutIcon"id="1" />
<Strings>
<CommandName>cmdAbout</CommandName>
<ButtonText>About ...</ButtonText>
</Strings>
</Button>
...
<Groupguid="guidCmdSet"id="GraphCommands_ContextMenuGroup"priority="0x1020">
<Parentguid="guidSHLMainMenu"id="IDM_VS_CTXT_PROJNODE"/>
</Group>
<Groupguid="guidCmdSet"id="GraphCommands_ContextMenuGroup"priority="0x1020">
<Parentguid="guidCmdSet"id="grpidContextMain"/>
</Group>
No errors nor warning are shown, so I am a bit stumped about what I could be doing wrong. Any tip would be appreciated.
MLavallee