Reputation: 10186
I'm trying to learn Windows 8 metro style app development but every time I run in VS11 it seems that the code is not updating. For example, this is what my debug windows looks like:
The only way I can get a code change to run is to restart the machine! I've tried killing my 'app' in task manager to no avail.
Upvotes: 2
Views: 726
Reputation: 1778
In the Win8 developer preview VS has some heuristics when it comes to deploying applications in order to reduce time to deploy. If for some reason you don't see your app getting updated on F5 a last recourse is to uninstall your app from the start screen and then on the F5 you should have a brand new deployment, you might also want to try a clean build depending on your app.
Upvotes: 1