auto update for winforms application
        Posted  
        
            by AnonymousCow
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AnonymousCow
        
        
        
        Published on 2008-09-26T12:51:05Z
        Indexed on 
            2010/06/08
            22:42 UTC
        
        
        Read the original article
        Hit count: 441
        
winforms
|auto-update
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.
© Stack Overflow or respective owner