I see this warning when running any project on my development PC. I have narrowed the problem down to my Windows profile. If I give myself a new windows profile then the problem is resolved i.e. I can step through the code properly.
I have read many questions on here:
"The breakpoint will not currently be hit. The source code is different from the original version." What does this mean? Breakpoint will not currently be hit the breakpoint will not currently be hit no symbols loaded
Is there a folder that I can clear out in my Windows profile that may resolve this problem?
Yesterday I made a change to Visual Studio to always open in admin mode. When I opened Visual Studio this morning I was prompted to save changes to DEVENV, which created a solution file. I bet this is what caused it.
All the code is vb.net and this affects asp.net and application clients.