I have a really strange issue in my project.
I have a facebook app which loads a silverlight control in an iframe. Right now the app is pointing to my localhost.
Now the strange thing is if I open the app in two different browser with the same address, it load two differen versions of the same silveright control. (One i start by debugging with Visual Studio, the other by opening localhost in the browser)
How can one of the browsers get the older version of the Silverlight Control and the other one the new version?