我们把银星应用舱分类,以增加一些额外功能,然后在多个项目中加以利用。 问题是,App.xaml所定义的资源似乎并未装上。 是否有其他人看到这一点和/或有某种见解? 这里是App.xaml的内容(注:申请开始并实行罚款,但随后在寻找资源时会cho)
<myNS:ApplicationBase
xmlns:myNS="clr-namespace:Corp.XYZ.Infrastructure.Silverlight.Core;assembly=Corp.XYZ.Infrastructure.Silverlight.Core"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Corp.XYZ.BMW.App"
>
<myNS:ApplicationBase.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Resources/AlternateControlStyles/StandardExpander.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</myNS:ApplicationBase.Resources>