Im using the RibbonWindow as the window for my app, but I don't seem to be able to get the icon to show up on the ribbon menu button in the top left.
The XAML looks something like this:This same icon is also applied to the Icon property inside the Application properties.
Im using Visual Studio 2008 beta2, targeting .NET framework 3.0
Any ideas?
The XAML looks something like this:
<ribbon:RibbonWindow x:Class="Whatever.WhateverUI"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon"
Background="#989697"
Icon="App.ico"
ApplicationName="MyAppName">
Im using Visual Studio 2008 beta2, targeting .NET framework 3.0
Any ideas?