I'm trying to debug an application but I'm constantly getting the following error message: "The breakpoint will not currently be hit. No symbols have been loaded for this document." when I attach it to the desired process.
After digging in a bit, I realized that many pdb files are not getting created when I build the solution although the dll's are available.
I don't know why the .pdb's aren't being created when you build the solution, but a couple of places to check. Go into the Projects properties, Compile settings. Under Advanced Compile Options make sure that Generate debug info isn't set to None. Check for both Debug and Release configurations as well as any configurations you might have created. Also verify that the build output path is pointing to where you want it to be. You also could try searching your drive to see if the .pdb's are being created in another location (unlikely but worth a try?)