My current ASP.NET Web API project simply quit running a couple days ago. No code, not even the code in Global.asax.cs, is executing. Some clues:
- The project stopped working after I hopped over to a subcontractor's Git branch. When I hopped back to the master branch, it didn't work.
- The issue is associated with my primary development computer (Windows 10 running in a Parallels environment on OS X). It runs fine on my secondary development machine.
- If I attempt to establish a breakpoint on any line of code after starting debug, I get the following error: “The breakpoint will not currently be hit. No symbols have been loaded for this document.” I have followed every thread on the following stackoverflow breakpoint not hit posting, but have been unable to get it to work.
In addition to implementing the the threads on the stackoverflow breakpoint not hit posting, I've tried the following.
- Verified that debug configuration and full debug info are set on all assemblies.
- Manually deleted all bin and obj folders. Cleaned and rebuilt the project.
- Rebooted numerous times.