I'm running into a serious issue with my development workflow in Visual Studio 11 Developer Preview under Windows 8 Developer Preview. Here's what I am seeing and other friends are seeing the same.
- Open Visual Studio
- Create New Blank Javascript Application
- Add very basic code to add a label (code and project doesn't seem to matter)
- Start With Debugging (Local Machine)
- Work Fine
- Stop Debugging
- Run Again
- Build Completes
Fails on Deploy Step
1>------ Build started: Project: MyProject, Configuration: Debug Any CPU ------ 1> MyProject-> C:\Users\mmoser\Documents\Visual Studio 11 \Projects\MyProject\MyProject\Debug\MyProject.build.appxrecipe 2>------ Deploy started: Project: MyProject, Configuration: Debug Any CPU ------ 2>Error DEP0500 : Cannot delete the folder "C:\Users\mmoser\AppxLayouts\MyProject.Debug.AnyCPU.mmoser" for the following reason: 2>The process cannot access the file 'Thumbs.db' because it is being used by another process. 2>One or more errors occurred. ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
Try to delete folder from Windows Explorer, same error
- Wait an anywhere from a few seconds to a minute-ish
- Try again and it works
This is very disruptive and I'm unable to continue development on my application. I am developing this with a friend and he is now seeing the same problem.
We are wondering if Visual Studio is not properly releasing access to the deployment folders?
Any help with this would be amazing! I am finding myself stuck and our project stalled...please help!