"The breakpoint will not currently be hit. No symbols have been loaded for this document."
This is Visual Studio 2010 trying to debug a VB/ASP.Net web "site," NOT a web "application." I say that because most of the "fixes" I find on the internet involve changing project settings that don't exist for a web site project.
If I look in the modules windows when the debugger is running I'm not even sure what module I should be concerned with. If it helps I'm just trying to put a breakpoint on a button on an aspx page.
EDIT: It seems that I can hit breakpoints on all pages except for pages that use a different masterpage. For example, I have a masterpage at the root of the site that several pages use. Any of these pages work fine when I set breakpoints. But then I have folders off of the root with other pages in those folders. Some of these nested folders have their own masterpage. None of the pages that use a nested masterpage will hit breakpoints. So what does that mean?
EDIT 2: There is no "fix" for this problem because Microsoft has acknowledged that it's a bug. There are many work arounds that work for some people but not others, and I did figure out what my own problem was so I'm going to answe my own question.