Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Refresh problems with Silverlight and Chrome

On a windows 7, visual studio 2010, I can't get my silverlight app to refresh in Chrome 10.0.648.204. Even when closing the tab displaying the app. Using internet explorer 8 I have no problems. Heelp I prefer using Chrome.

like image 589
Carlo V. Dango Avatar asked Feb 02 '23 19:02

Carlo V. Dango


1 Answers

The short term solution is to clear Chrome's cache after you deploy a new xap. A slightly longer solution can be found here:

Prevent your silverlight xap file from caching in your browser.

like image 84
Jeff Dalley Avatar answered Feb 15 '23 20:02

Jeff Dalley