❔ Update of runtime and restarting application (Windows service)
There seems to be some issue for us when the runtime updates. We dynamically load some libraries and after window update updates the runtime we get the following error for system libraries.
Is this by design and is there any way around it or is it a bug in our application how we handle loading?
Is the only option to disable windows updates and handle everything manually? Having a hard time finding anything about this online.
System.IO.FileNotFoundException: Could not load file or assembly 'System.IO.Compression.ZipFile, Version=6.0.0.0...Is this by design and is there any way around it or is it a bug in our application how we handle loading?
Is the only option to disable windows updates and handle everything manually? Having a hard time finding anything about this online.