WPF - RibbonControlLibrary not supported with Visual Studio 2010 ?

Posted by KroaX on Stack Overflow See other posts from Stack Overflow or by KroaX
Published on 2010-05-20T10:40:00Z Indexed on 2010/05/20 10:40 UTC
Read the original article Hit count: 609

Filed under:
|
|
|

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 ?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#