Events not firing.

Hi there. I read this article over and over and over again. (LINK: https://wyday.com/forum/t/3112/automatic-update-not-firing-on-form-load/)

I put the AutomaticUpdater control to my WPF app's main window.client.wyc shows that, i'am using version 1.0.0. And I've uploaded version 1.0.1

When my app runs, nothing happens. I think AutomaticUpdater is NOT checking for updates 🙁What I want is, when my app runs, AU should check for updates. IF any, show the user a dialog that shows the changes. How can I achieve this?

I'm NOT using a custom version of wyUpdate or AutomaticUpdater Control.

Well, first of all, make sure you're catching all the events (especially the UpToDate event, which is likely be fired). Also note that the DaysBetweenChecks value effects if the AutomaticUpdater even checks or not (that is, whether an event is even called). Ditto with WaitBeforeCheckSecs.