3

当我尝试加载应该与 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>

谢谢大家。

4

1 回答 1

2

显然,这些不包含在 WPF 团队推出的版本中。:(

于 2010-09-17T11:43:54.810 回答