prism - WPF: Sharing resources across assemblies -


i previously posted question on sharing resources across assemblies using themes/generic.xaml , componentresourcekey markup extension. solution works nicely, requres of shared resources located in generic.xaml resource dictionary. mine getting rather large, thought use merged dictionaries in generic.xaml organize things.

i have had no luck far. ran tests using demo previous post, , move resources merged dictionary, componentresourcekey fails, complaining can't find source file merged dictionary.

has else gotten working? how? help.

you use wpf resource dictionary in separate assembly


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -