Check and download Update
-
Friday, April 06, 2012 6:48 PM
I have read several posts about
App.Current.CheckAndDownloadUpdateAsync();
It returns false for me no matter what I do. There is never has an update. It has elevated trust and it also has a signed xap file with a valid code signing certificate. For some reason it just doesn't see the update.
By the way it is out of browser.
Any other suggestions?
All Replies
-
Sunday, April 08, 2012 1:54 AM
Hi Chris,
handle the CheckAndDownloadUpdateCompleted event.
If it doesn't help, please check whether a new version of Silverlight is needed which the user hasn't installed or an update changes the application to reqire elevated trust. When these exceptions happen, you can alert the user to open the application's host Web site, triggering your HTML-based Silverlight upgrade experience.
For details about it, please check the link below:
http://msdn.microsoft.com/en-us/library/dd550721(v=vs.95).aspx
In addition, please follow the similar thread below:
Regards
Jack
-
Monday, April 09, 2012 7:01 PM
I have that event it returns false no matter what I do.
-
Wednesday, April 11, 2012 7:27 AM
By the way the xap is signed. I have to have elevated trust because I have a few peocedures with some unsafe code in it. So I cannot just remove elevated trust from the project.
Thanks
-
Wednesday, May 16, 2012 6:56 AM
Still having problems with getting this to work, is there another way or a workaround?
-
Wednesday, May 16, 2012 9:56 AM
Make sure that you have all the certificates corretly installed (you can verify by enabling In browser trust and check that the application receives elevated permissions).
Do you run your application on a https address? If you do and you use a "home made certificate"/is your own CA then you should make sure that the certificates' CRL URI's can be reached.
-
Saturday, May 19, 2012 11:06 AM
Apps are on just an http server. My certificates are installed. I must be missing something simple.
-
Saturday, May 19, 2012 11:32 AM
-
Monday, May 21, 2012 6:27 AM
I have looked at those links and none of the solutions works.
Thanks
-
Thursday, May 24, 2012 12:01 PM
Might I also mention that it seems to work on most of the intranet clients. It does not however work in the internet clients.
Thanks
-
Saturday, May 26, 2012 4:41 PM
Microsoft Fixed it on May 8th.

