|
Having a proxy cache in your client / company can mean... problems when you deploy a new version of your silverlight app (the old version remains in cache, X hours or even days).
The trick to avoid this is going through the object instantiation and add a parameter to the query string... using that way you can fool the server, you have to decide quite well which param to use, e.g. current date time will force users to download the XAP version every time, there's a better solution in this post get the last write file date of the XAP file.
|