I copied an existing project and renamed the folder. Now I get this error when I try to compile the application
debugging information cannot be found
Right click on your project in the solution browser => Clean => Build. That is if your build generates a .pdb at all (look in your target dir) If not, you should enable debug by the steps mentioned in other posts