Overwriting dlls in MEF.
Posted
by Jeffrey Lott
on Stack Overflow
See other posts from Stack Overflow
or by Jeffrey Lott
Published on 2010-04-30T14:19:40Z
Indexed on
2010/04/30
19:37 UTC
Read the original article
Hit count: 157
Right now, I'm trying to separate out a set of constantly changing classes into their own dll and dynamically load them using MEF. My problem is that whenever I try and overwrite the dll while the app is running, it says it's in use.
Is there anyway to configure MEF to let me overwrite the dll and pick up the changes while the app is still running?
© Stack Overflow or respective owner