Dear all,
I'm developing a localization extension for WPF and other Frameworks based on MarkupExtension with design-time support. This worked well for VS 2010.
Beginning with VS2012 (and earlier with Blend) I experienced a strange behaviour of the WPF designer: It only loads one additional sattelite assembly (apparently the first one of all available ones sorted by their names). The others are not included. As this still works well in run-time (all sattelite assemblies are well created and fully functional), I've debugged into this: The designer process creates a shadow copy of the programm and includes only one additional sattelite assembly.
So the question is: Is this behaviour "by design" and if yes, how can I tell the designer process to copy all sattelite assemblies to the shadow copy.
Thank you in advance.
Best regards,
Uwe Mayer