If your UpdateType is anything other than DoNothing then don't use ForceCheckForUpdate() at all. Why? Because the AutomaticUpdater automatically checks for updates.
Hello,
We're using the AutomaticUpdater on WPF and the days before check is set on 0. Non of the events(CheckingFailed, UpToDate, UpdateAvailable) are firing. We are sure that we have an update online and ForceCheckForUpdate returns true.
I hope you guys can help us find the issue.
Sincerely,
Robin Rijkeboer
If your UpdateType is anything other than DoNothing then don't use ForceCheckForUpdate() at all. Why? Because the AutomaticUpdater automatically checks for updates.
Even without using ForceCheckForUpdate it doesn't update or throw any events that we can see.
My guess is that you're not handling all the eventsor you've set UpdateType to something other than Automatic.
What happens when you just double click wyUpdate.exe?
My guess is that you're not handling all the eventsor you've set UpdateType to something other than Automatic.
What happens when you just double click wyUpdate.exe?
When we open wyUpdate.exe it tells us a new version is available and that we can update.
You didn't answer my other questions:
My guess is that you're not handling all the events or you've set UpdateType to something other than Automatic.
Also, make sure you're following the AutomaticUpdater tutorial for WPF apps article. Don't try to dynamically create the AutomaticUpdater.