Hi,
In our app we wish to preload the QuickAccessToolBarCommonItems with certain buttons from our ribbon. If I try to use the CloneService.CreateClone on the ribbon buttons in question it fails and crashes the app. If I create new ribbon buttons and assign the proper ItemSourceLarge, Label, Id, Command etc it adds, but does not sync with the actual ribbon button and does not enable / disable properly via the command's canexecute.
Any advice would be greatly appreciated.