我一直收到错误#6 (当我尝试加载本应随WPF RibbonControlLibrary提供的Office2007Blue资源字典时,查找资源字典"/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>谢谢大家。
发布于 2010-09-17 19:43:55
显然,这些并没有包含在WPF团队发布的版本中。:(
https://stackoverflow.com/questions/3719187
复制相似问题