いくつかのソリューションを含むプロジェクトがあります。私のコア ソリューションには、テーマを含むテーマ フォルダーがあります。シェル ソリューションとApp.xaml
ファイルでは、自分のテーマに対処したいと考えています。このような:
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Hezareh.Core;component/Themes/CustomDocumentViewerTemplate.xaml" />
<ResourceDictionary Source="/Hezareh.Core;component/Themes/Darkness.xaml" />
<ResourceDictionary Source="/Hezareh.Core;component/Themes/Generic.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
しかし、私はこのエラーを受け取ります:
プロパティ 'System.Windows.ResourceDictionary.Source' を設定すると、例外がスローされました。