ShowDialog on MEF Component Only Works Once
Posted
by BSalita
on Stack Overflow
See other posts from Stack Overflow
or by BSalita
Published on 2010-05-31T11:18:10Z
Indexed on
2010/05/31
11:22 UTC
Read the original article
Hit count: 232
I created a WPF Window and made it a MEF Export.
I can do a ShowDialog once on the MEF Import but the second time it aborts because the MEF component was closed by the first ShowDialog.
What can be done to allow repeats of ShowDialog?
© Stack Overflow or respective owner