Well i have a silverlight application that checks if there are any updates (this is done by calling a webservice).
If there is a update i call Application.CheckAndDownloadUpdateAsync but the corresponding event CheckAndDownloadUpdateCompleted is never raised... Note: this is not a out of browser application.