I have a silverlight out of browser application which will not update when changes are made to my project.
I have added the CheckAndDownloadUpdateAsync() method within the App file and this works fine when running locally however as soon as I host it on my server (IIS 7) it stops updating.
I have tried amending the HTTP header expiration as per http://forums.silverlight.net/p/137425/306895.aspx and also ensured that I am passing through annonymous access to the Client bin folder however this still does not work.
Any ideas??
Ok figured this out – I needed to sign the XAP file.
Did this and it now works