AutomaticUpdater exception

I have dragged the WPF AutomaticUpdater control to a WPF Page (not a Window) and receive the following exception when the program starts:

Could not find the AutomaticUpdater's owner Window. Make sure you're adding the AutomaticUpdater to a Window and not a View, User control, etc. Fehler in Objekt "wyDay.Controls.AutomaticUpdater" in Markupdatei "secaFlash;component/views/pagemain.xaml", Zeile 190, Position 22.

Isn't it possible to use the AutomaticUpdater control on a Page like any other control (Button etc.)?

thanks for your helpMario

Isn't it possible to use the AutomaticUpdater control on a Page like any other control (Button etc.)?

Yes, but only if that page is already sitting on a window in the designer. You can just drag it into it as one of the sub-controls.

In short, the AutomaticUpdater needs to be on a window. You can put it on any of the subcontrols/panels/pages of windows, but it must be on the window.

Does this make sense?