Hi, I am getting the following error when I am trying to import the solution.
Error: The ribbon item 'abc.B_gridAddNewProblemFix.Hide' is dependent on ribbon control id='B_gridAddNewProblemFix'.
Original RibbonDiffXml is as following:
<RibbonDiffXml> <CustomActions> <HideCustomAction HideActionId="abc.B_gridAddNewProblemFix.Hide" Location="B_gridAddNewProblemFix" /> <HideCustomAction HideActionId="abc.Mscrm.SubGrid.xyz_problemfix.NewRecord.Hide" Location="Mscrm.SubGrid.xyz_problemfix.NewRecord" /> </CustomActions> <Templates> <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> </Templates> <CommandDefinitions /> <RuleDefinitions> <TabDisplayRules /> <DisplayRules /> <EnableRules /> </RuleDefinitions> <LocLabels /> </RibbonDiffXml>
I have tried replacing Original RibbonDiffXml with the following but still getting the same error.
<RibbonDiffXml> <CustomActions /> <Templates> <RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates> </Templates> <CommandDefinitions /> <RuleDefinitions> <TabDisplayRules /> <DisplayRules /> <EnableRules /> </RuleDefinitions> <LocLabels /> </RibbonDiffXml>
Tried all the tools like RibbonWorkbench and VisualRibbonEditor but getting the same error. Can anyone please suggest me what I should do to fix this issue.
Thanks in advance.
*This post is locked for comments