WPF RibbonControlLibrary に付属しているはずの Office2007Blue リソース ディクショナリをロードしようとすると、エラー #6 (リソース ディクショナリ "/RibbonControlsLibrary;component/Themes/Office2007Blue.xaml" の検索中にエラーが発生しました) が発生し続けます。誰かがこの問題を見て、修正を見つけましたか? このコントロールのバージョン 3.5.40729.1 を使用しています。
私の XAML は次のとおりで、Application.xaml 内に配置しました。
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/PresentationFramework.Luna,
Version=3.0.0.0,
PublicKeyToken=31bf3856ad364e35,
ProcessorArchitecture=MSIL;component/themes/luna.metallic.xaml" />
<ResourceDictionary Source="/RibbonControlsLibrary;component/Themes/Office2007Blue.xaml" />
</ResourceDictionary.MergedDictionaries>
<!-- other resources go here -->
</ResourceDictionary>
</Application.Resources>
皆さんありがとう。