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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -