This question is locked. New answers and comments are not allowed.
We're using the following code snippet to get the buttons etc on the map as per previous advice from Telerik. On migrating from SL4 2012.1.215 to 2012.1.326 release the first line throws a COM exception. I have tried referencing in the Office_Black.dll with no success. var innerResourceDictionary = new ResourceDictionary { Source = new Uri("/Telerik.Windows.Controls.DataVisualization;component/Themes/Map/OfficeBlack/Styles.xaml", UriKind.Relative) }; var dataTemplate = innerResourceDictionary["MapSourceButton"] as DataTemplate; this.RegisterSetSourceCommand(typeof(RoadModeMapProvider), "Road", dataTemplate, new Uri("/Telerik.Windows.Controls.DataVisualization;component/themes/map/road.png", UriKind.RelativeOrAbsolute), null, null); this.RegisterSetSourceCommand(typeof(ArialModeMapProvider), "Arial", dataTemplate, new Uri("/Telerik.Windows.Controls.DataVisualization;component/themes/map/aerial.png", UriKind.RelativeOrAbsolute), null, null);