Silverlight Project Not Updating When Ran

Posted by Redburn on Stack Overflow See other posts from Stack Overflow or by Redburn
Published on 2010-04-09T20:25:07Z Indexed on 2010/04/09 20:33 UTC
Read the original article Hit count: 350

Filed under:
|

I'm currently developing with VS2010 RC and Silverlight 4 and ran into small problem. My project when ran, would show a version I had built about 4 hours ago. (I built the project using the Business Template) The project itself will not update, meaning all the forms, and controls.

I did the following:

  • Restarted my computer
  • Restarted Visual Studio
  • Deleted the xap file in the ClientBin folder on the web side
  • Deleted the Generated_Code folder on the client side
  • Deleted the xap file from the Debug folder on the client side
  • Opened the Solution's Configuration Manager and ensuring both my web and client projects are checked.
  • Rebuilt, built, and cleaned every combination of the different projects and solution

Is there a known bug or something else I can try?

© Stack Overflow or respective owner

Related posts about VS2010

Related posts about Silverlight