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

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.
 
G

Guest

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
 
A

AlexS

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top