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

Re: Error- No source code available for the current location by O

O
Thu Jan 22 15:19:02 CST 2004

A google on the exact error text returns allot of resutls.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxgrfdebuggingerrors.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxgrfnosourcecodeavailableforcurrentlocationdialogbox.asp

Greetings,

Olle de Zwart
"Steven" <sfuentes@caribe.net> wrote in message
news:34A080F8-3B33-4B2A-8F31-3632990ABF4E@microsoft.com...
> 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



Re: Error- No source code available for the current location by hirf-spam-me-here

hirf-spam-me-here
Thu Jan 22 15:52:42 CST 2004

* =?Utf-8?B?U3RldmVu?= <sfuentes@caribe.net> scripsit:
> 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...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: Error- No source code available for the current location by Derrick

Derrick
Thu Jan 22 16:26:58 CST 2004

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" <sfuentes@caribe.net> wrote in message
news:34A080F8-3B33-4B2A-8F31-3632990ABF4E@microsoft.com...
> 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