Search code examples
c#visual-studio-2012visual-studio-debugging

No source available for the current location VS 2012


I have a whole series of dll's added into my assembly. However I cannot find a way to get past the problems of requiring the source code - which I do not have. I'm running in debug mode and the project builds and runs fie, but when using F11 to debug from a break point, when going into a method in one of these dll's I end up with this issue and I cannot make is resolve.

I have tried the following:

  • Switching off address-level debugging
  • Enable just my code

I really don't know what I should be doing. Any ideas?


Solution

  • Initially I thought that I could use an option in settings and continue to use F11, but it looks like I'll have to use F10 now which works fine. Thanks to @Hans Passant for his comment.