解决方案:10分
路径问题。本地文件系统还能支持 ../../的?
解决方案:10分
其它项目的资源字典 应使用合并 资源字典方式。
在App.xaml 的中 使用
ResourceDictionary.MergedDictionaries 来加载。相似:
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source=”/项目名称;component/xxx.xaml”/>
</ResourceDictionary>
</Application.Resources>