2

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

How can I check this ?

Thank You

Jehof
  • 34,674
  • 10
  • 123
  • 155
user737720
  • 41
  • 4

1 Answers1

1

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.

Keith Adler
  • 20,880
  • 28
  • 119
  • 189