Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Visual Studio doesn't refresh the .xap file properly
2 replies. Latest Post by vtortola on November 20, 2009.
(0)
vtortola
Member
23 points
35 Posts
11-20-2009 6:07 AM |
Hi!,
Visual Studio doesn't refresh the .xap file properly, I have to build the solution several times if I want to be sure that the latest changes are gonna appear in the page, otherwise the most of the times I get a former version of the .xap.
My web project is the startup project (not the silverlight project) because I have webservices. This is driving me nuts, it's really painful when you don't know if your changes are being effective :S :S :S
What can I do? Is there a way to force VS to refresh the xap or something?
Thanks in advance.
Cheers.
ken tucker
All-Star
16276 points
2,479 Posts
11-20-2009 6:30 AM |
Check your build order for the project
http://www.silverlight-help.com/tips/kentucker/09-07-15/Silverlight_3_Could_Not_download_the_silverlight_Application.aspx
11-20-2009 6:46 AM |
Thanks! that was the problem :D