"There is no source code available for the current location"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When breading into a program (VB.NET) i get the message shown above at times. The occurance of this message usually coincides with break-points being ignored. The program simply does not stop at breakpoints or execute the next line of code when stepping through the program. But it will run freely.

Any ideas? Thanks.
 
I've got that error now and then too, the cure seems to be to exit all visual studio projects and reopen..... (just like old fashion reboot....)

So I'll be watching to see if you find a better solution...

regards
 
Don,

you might have your program compiled in release mode - or some dlls, where
you try to set breaks.

HTH
Alex

Don said:
When breading into a program (VB.NET) i get the message shown above at
times. The occurance of this message usually coincides with break-points
being ignored. The program simply does not stop at breakpoints or execute
the next line of code when stepping through the program. But it will run
freely.
 
Back
Top