I have a C# (2008/.NET 3.5) class library assembly that supports WPF (based on this article). I\'ve created several windows, and am now attempting to create a common style
Try adding
Style={DynamicResource MyStyle}
You cannot use a StaticResource in this case.