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 ove
I suspect it will work if you completely unload any AppDomain which currently references the DLL.
AppDomain