I am stuck into an oldish ASP.Net project. Using VS2012.
The debugger handles breakpoints of all classes fine... but one!
For any reason, I got one of the VB code behind file causing trouble with its breakpoints. If I run the app without having changed the file, its breakpoints will be correctly hit. If I ever change anything into this file (even adding a \n character), the next time I will run the app, its breakpoints will be disabled with the too well known warning saying that "breakpoints will not be hit because the source code is different".
How can I have the debugger to accept my changes into this file? Why is it only causing trouble with this specific file?
I tried to remove my ASP temporary files as suggested in other similar posts. Did not help.
Thx in advance
EDIT: I actually encountered the very same problem today (1 day later), on a completely different computer / project . On this second project I can clean / rebuild but it does not help. Cleaning the "Temporary ASP.NET Files" folder is useless too. This is soo annoying when it happens :(