.net - Overwriting dlls in MEF -


right now, i'm trying separate out set of changing classes own dll , dynamically load them using mef. problem whenever try , overwrite dll while app running, says it's in use.

is there anyway configure mef let me overwrite dll , pick changes while app still running?

this not mef issue - appdomain standard setup locks dll's touched. check http://www.vistax64.com/powershell/26164-reflection-assembly-loadfile-locks-file.html similar issue not involveind mef.

basically, not run on dll's, make copy first , work on copy ;)

check http://bartdesmet.net/blogs/bart/archive/2006/07/29/4146.aspx appdomain shadowcopy mechanism ;)


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -