The problem I am having is with the SplitButton Image showing up as a big red "X". Here is the XML for how I am defining the button. The ImageURL path worked perfectly on no splitbutton buttons in the same XML file...any thoughts...
<Group Text="Widgets"> <SplitButton Size="Large" Text="Descriptive" ImageUrl="images/widgets_descriptive.png" CommandName="mangeDescriptive"> <Button Text='ABC Codes' /> <Button Text='Planning Data'/> </SplitButton> <SplitButton Size="Large" Text="Aggregation" ImageUrl="images/widgets_aggregation.png" CommandName="manageAggregation"> <Button Text='Rollup Aggregation' /> </SplitButton> <SplitButton Size="Large" Text="Spreadsheets" ImageUrl="images/widgets_spreadsheets.png" CommandName="manageSpreadsheets"> <Button Text='Monthy Forecast' /> </SplitButton> <SplitButton Size="Large" Text="Charts" ImageUrl="images/widgets_charts.png" CommandName="manageCharts"> <Button Text='Monthy Forecast' /> </SplitButton> <SplitButton Size="Large" Text="Dashboard" ImageUrl="images/widgets_dashboard.png" CommandName="manageDashboard"> <Button Text='Alert Dashboard'/> </SplitButton> </Group>