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

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -