I Drag a RadRichTextBox onto a UserControl, it asks me about options for the ribbon I turn off a couple of things, it creates it, I run and get this error at the UserControl's InitializeComponent();
''Set property 'Telerik.Windows.Controls.RadRibbonBackstageItem.Icon' threw an exception.'
With an InnerException of
IOException: Cannot locate resource 'images/modern/16/new.png'.
I checked to make sure I have all references for RadRichTextBox and the ribbons, yes they are all there
Any ideas???