Does MyDialog stay locked in memory (verified via the profiler) even
when BabelFx is not used?
If the memory leak only occurs when using BabelFx, perhaps the SRI is
managing a reference to the instance improperly. The LocaleMap stores
class instances references in a Dictionary; perhaps the storage is
with a "strong" reference instead of a "weak" one.
What is the code snippet used for the <SmartResourceInjector ... /> ?
- ThomasB