I have a Silverlight project, which is hosted in .aspx web page.
Making some update on the Silverlight project and recompiling it, doesn't seem to affect the content displayed on the .aspx file when i run the project.
By testing on my 'SilverlightProject/ClientBin/TestPage.html' i can see that the changes are in fact done...
Every time i rebuild the solution, the .xap files, the one in "SilverlightProject\ClientBin\MyXapFile.xap" and "WebProject\ClientBin\MyXapFile.xap", seem to be update, since i can see that the modification data gets updated.
Anyone knows why my .aspx page doesn't display my last build?
weird thing is, if i deploy it, and access it via http, it gets the last build...