I want my C# Windows Service to automatically update itself [closed]
The only way to unload types is to destroy the appdomain. To do this would require separation of your hosting layer from your executing service code – this is pretty complex. (sort of like doing keyhole surgery) May be easier to either a) run a batch task or b) in-service detect updates then launch a … Read more