Hello, I make a small correction, the error was received on the .CheckingFailed event.
Thank you.
Hello, I received a new error message when checking for update (from windows service). When I tried to execute automaticUpdater.ForceCheckForUpdate(true) I received an error message: "No process is associated with this object". This error occurred just once (disappeared after I restarted my nt service), but I tried to see why this error appeared. Searching on the internet, I found that process.HasExited / WaitForExit could raise this error.
Looking at your code, TryToConnectToPipe, could raise this error if for some reason, wyUpdated crashes. Or not 🙂
Could you please check for it?
Thank you.
Hello, I make a small correction, the error was received on the .CheckingFailed event.
Thank you.
We'll look into this error, do you know why wyUpdate was failing to start? Can you reproduce this?