Can't get AutomaticUpdater to show on my WPF app

I created a .NET 4.0 WPF app and am running through the WPF tutorial on your site. I set the GUID and the location of the wyBuild executable that Wybuild generated.

When I debug the application I don't see the AutoUpdater Icon and when I click on the menu item, nothing shows up.

Here is a screen shot in designer before I hit debug - http://dl.dropbox.com/u/1006839/TestProject%20in%20design%20mode.png

...and here is my app when I am running debugger - http://dl.dropbox.com/u/1006839/TestProject%20when%20debugging.png

Pretty new to this, so I am not sure what I am doing wrong. Please help. Thanks!

Hey Ben,

The default visiblity for the AutomaticUpdater when it's not oing anything (or when there are no new updates) is to stay hidden. The AutomaticUpdater will show itself when either there are updates are available or when your user explicitly checks for updates using (see how to add such a menu in the AutomaticUpdater tutorial for WPF apps article).

Ah...I see. Missed that small item. Thanks!