.Net4.5Frameworkでリボンコントロールを使用してWPFアプリケーションを開発しようとしています。私の知る限り、MSDNリボンクラスはNet 4.5フレームワークに含まれているため、これを追加する必要はありません。
しかし、私がこのコードを追加しようとすると:
<Window x:Class="WpfApplication2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<StackPanel>
<Ribbon>
</Ribbon>
</StackPanel>
</Window>
次のエラーが発生しました。私は何かが足りないのですか?
The tag 'Ribbon' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'.
編集 :
using System.Windows.Controls.Ribbon;
また、動作しません。
The type or namespace name 'Ribbon' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) c:\tmp\tst2\tst2\MainWindow.xaml.cs