Creation of an AutomaticUpdater at Runtime

Is it possible to create an AutomaticUpdater at RunTime? I get the following exception when I'm going to do this:

wyDay.Controls.FailedToInitializeException: You must call the Initialize() function before you can use any other functions. at wyDay.Controls.AutomaticUpdaterBackend.AppLoaded() at wyDay.Controls.AutomaticUpdater.ownerForm_Load(Object sender, EventArgs e)

Thanks for your help.

Like I've said before, you should add the AutomaticUpdater to your main form and keep the object around for the lifetime of your app.

If you want to create the AutomaticUpdater dynamically you might want to try the AutomaticUpdaterBackend, see AutomaticUpdater tutorial for Windows Services and Console Apps.