Saturday, March 1, 2008

Clearing Browser Caching for Silverlight

If you are having problems with your clients browser not being updated with the latest .xap in your loader aspx or html page. You need to add the follwoing to your URL.


source="~/ClientBin/WorkFlow21.SL.xap?v=1.00.00.03


So you keep incrementing the version number and the browser will load the latest xap file.

No comments: