I wasn't sure if this was the correct forum in which to post this, so please bear with me.
I have a single page in my application that refuses to be debugged no matter what I try. It's in a folder with other pages that I can debug successfully, so I don't understand what is different with this one page. I've tried deleting the pdb files, and I've rebuilt the application more times than I can count, but nothing seems to work. I put a breakpoint on the very first line in the code-behind, but it doesn't get hit. I was originally also getting a "“There is no source code available for the current location" error, but I somehow got rid of that message with my tinkering. I was wondering if perhaps the compiled application was running with an out of date version of the code, but I don't know how to verify or correct this. Any ideas?