Error finding merged resource dictionary in another assembly
问题 I'm really beating my head against the wall here. First, some background. The app is a PRISM 4/MVVM app using WPF and my solution is structured as follows: MyCompany.MyProduct (MyCompany.MyProduct.exe) +-- Shell.xaml Shell.xaml.cs app.config (etc) MyCompany.MyProduct.Infrastructure (MyCompany.MyProduct.Infrastructure.dll) +-- Resources | +-- MyApplicationStyles.xaml | SuperCoolImage.png | (etc) +-- BaseClasses +-- ViewModelBase.cs (etc) MyCompany.MyProduct.Modules.ModuleA (MyCompany.MyProduct