Error- No source code available for the current location

G

Guest

I'm getting a "No source code available for the current location" error randomly as I debug my app. Any idea of what may be causing this and suggestions to solve it will be really appreciated.

TIA
 
O

O.S. de Zwart

H

Herfried K. Wagner [MVP]

* =?Utf-8?B?U3RldmVu?= said:
I'm getting a "No source code available for the current location"
error randomly as I debug my app. Any idea of what may be causing this
and suggestions to solve it will be really appreciated.

Maybe the exception occurs in a component and you don't have the source
code for this project...
 
D

Derrick [MVP]

Steven,

What do you mean by "randomly"? Does it not happen at the same place every
time?

I've seen this kind of behavior a time or two. Usually, I'm trying to step
into a method for another class that I've written in another assembly (if
so, there's a Reference for it in my "References" list). If that's the
case, open the source code file in the IDE for the class that contains the
method you're trying to step into, and that should solve your problem.

If that's not it, please give a few more details.

HTH,
Derrick


Steven said:
I'm getting a "No source code available for the current location" error
randomly as I debug my app. Any idea of what may be causing this and
suggestions to solve it will be really appreciated.
 

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