AutomaticUpdater Initialize Problem

Hi

i get the following exception when loading my application

wyDay.Controls.FailedToInitializeException: You must call the Initialize() function before you can use any other functions. bei wyDay.Controls.AutomaticUpdaterBackend.ForceCheckForUpdate(Boolean recheck) bei wyDay.Controls.AutomaticUpdater.ForceCheckForUpdate(Boolean recheck) bei wyDay.Controls.AutomaticUpdater.ForceCheckForUpdate()

Is this problem caused, because i don't use automatic updater in a form.it's just declared in my backend logic that handles updates.If this is indeed the cause, how can i check for updates before showing any form?

cheerschris

Hey Chris,

If you're not using the AutomaticUpdater in UI then use the AutomaticUpdaterBackend class.

Hi

thank you, i didn't know that there was a backend class.it works great

cheerschris