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

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

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -