auto update for winforms application
- by AnonymousCow
When creating an auto updating feature for a .net winforms application, how does it update the .dll's and not effect the currently running application?
Since the application is running during the update process, won't their be a lock on the .dll's (because those .dll's will have to be overwritten during the update.