Silverlight Project Not Updating When Ran
- by Redburn
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?