Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Created in Blend-3, Visual Studio does not rebuild a Silverlight web site?
2 replies. Latest Post by Min-Hong Tang - MSFT on November 11, 2009.
(0)
doncaste...
Member
4 points
16 Posts
11-07-2009 9:21 AM |
I need pointers and tips to get Visual Studio to fully rebuild my Silverlight project (created in Expression Blend 3)
I'm switching back and forth between VS and Blend because VS has better code-folding and code completion. But when I make changes in VS and rebuild without errors or warnings the Silverlight site does not get updated with the new changes?
I keep having to re-open the project in Blend to re-build it, then everything works fine.
Is something in Visual Studio is not set up corectly to fully re-build the project?
I've tried all of the build dialog options in the VS "Build" menu, I've also tried right-clicking it in the Solution Explorer and selecting "Build Web Site"
So far in Visual Studio nothing works to re-build the web site?
Any help is greatly appreciated
Don
Sergey.L...
Contributor
7198 points
1,340 Posts
11-07-2009 6:12 PM |
Hi Don,
Silverlight application caches at browser cache and it is not reset some times after rebuild/build. Try to clear cache of browser.
Min-Hong...
3376 points
377 Posts
11-11-2009 10:47 PM |
Hi,
You can try to delete the application.xap file under the client folder.
Also you could try to remove the link between the web appliaction and the silverlight application then link them again.
Just right click the web appliaction and click property, then ni the property panel select silverlight tabItem. Then you can add or remove links between web appliaction and silverlight application.
Best Regards