wpf - How to replace old module .dll with new version in DirectoryModuleCatalog -


i using directorymodulecatalog create module catalog in prism app. have placed module .dll files in folder pick modules. after time 1 of module's code gets updated , need install (place it) directory, how remove old version of , place new version there?

protected override imodulecatalog createmodulecatalog()     {         directorymodulecatalog catalog = new directorymodulecatalog() { modulepath = path.combine(system.appdomain.currentdomain.basedirectory, "modules") };         return catalog;     } 


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -