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?