WPF - RibbonControlLibrary not supported with Visual Studio 2010 ?
- by KroaX
Hi guys,
Today i licensed and downloaded the WPF RibbonControlsLibrary from Microsoft which is an extension to the WPF Toolkit. I've read some tutorials to implement an examlpe here
When I tried the example is sadly noticed that in XAML i could not access the referenced library.
xmlns:ribbon="clr-namespace:Microsoft.Windows.Controls.Ribbon;assembly=RibbonControlsLibrary"
<ribbon:Ribbon .... >
I found out that the Problem lies within Visual Studio 2010 , because in Visual Studio 2008 everything works fine.
Does anyone have a solution for this issue or a workaround to use the library in Visual Studio 2010 ?