user737720
user737720

Reputation: 41

OOB Check Update Available

I need to check , Is the update available but don't need to download.

How can I check this ?

Thank You

Upvotes: 2

Views: 257

Answers (1)

Keith Adler
Keith Adler

Reputation: 21178

There is no way to do this unfortunately in Silverlight 4.0. You would need to create some type of WCF Service which could read the XAP Manifest then report back. If you check for a new update for your OOB app it will download the update.

Upvotes: 1

Related Questions