Hi!
Because I had a very big file I split the Ribbon into multiple files so I created several ribbon:Tab controls and inside every tab there are multiple ribbon:Group controls. Everything works ok until I try to add a ribbon button to the QAT and restart the application.
Right before I add the button to the QAT it works but after restart and reload the serialized QAT file, that button from the QAT does nothing. Like it loses all the bindings. From what I saw I think that maybe inside the “RibbonControlPath” it writes a bad Type.
For the ribbon button there is Type="ribbon:Button" but for my custom ribbon group it is “ Type="mwmsguivts:ViewsGroup" ”.
Kind regards,
Daniel