How to properly organize XAML resources in Silverlight?
问题 I'm having some issues with resource files in my modular application. I have Infrastructure.DLL and some custom controls inside this DLL. Those controls using templates from themes/generic.xaml Issue that I have - Blend doesn't recognize those resources. Visual studio does. Ideally I'd like to have styles for my cusom controls inside generic.xaml and styles for other controls somewhere else in common library that I can reference from my modules. I also need Expression Blend and VS to work