what if main window is a page

I get this following error message. "'Initialization of 'wyDay.Controls.AutomaticUpdater' threw an exception.' Line number '69' and line position '54'."}

"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."

Hey Mark,

You're trying to add the AutomaticUpdater to an ASP.NET page, right? We'll be releasing the ASP.NET control to do that soon. In the meantime you should use wyUpdate in "standalone" mode. See: How to Silently Check for Updates.

No its a wpf page based application, and the main window is a page

Its possible to make it a window.

We shall see

Oh, OK -- I misunderstood you. The way the AutomaticUpdater is designed is that it has to be added to the main window of your app.

If you want alternative behavior you can use the AutomaticUpdaterBackend class (see this article).

Does this make sense?

sam

thanks no problem, we will probably go with the window