When I try to build my solution, I get the following error:
Visual Studio cannot start debugging because the debug target \'c:\\target\' is missing. P
I've found that this can happen if all the files are deleted from the bin folder. ReBuild the app to force a full build: right click on the project in solution explorer and select ReBuild.