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 satellite 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 satellite assemblies are well created and fully functional), I've debugged into this: The designer process creates a shadow cache of the programm and includes only one additional satellite assembly, under:
\AppData\Local\Microsoft\VisualStudio\11.0\Designer\ShadowCache
So the question is: Is this behaviour "by design" and if yes, how can I tell the designer process to copy all satellite assemblies to the shadow cache.
Thank you in advance.
Best regards,
Uwe Mayer