PC Review


Reply
Thread Tools Rate Thread

Debug Problem - There is no source code available for the current location

 
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      12th May 2004
While debugging my VB.NET application, I get to a certain point and get an error message pop up saying:

There is no source code available for the current location

I have searched the MS Knowledge base and found the article 318367 (http://support.microsoft.com/default...b;en-us;318367) which refers to this problem and suggests making a change to the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\7.0.

I have completed this change (even though I am using VS.Net 2003, which according to MS, this bug has been fixed).

However I am STILL getting this problem.

Has anyone else experienced this?
Any idea's as to what I can do to correct this?
Any help would be VERY gratefully appreciated

 
Reply With Quote
 
 
 
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      12th May 2004
Richard schrieb:
> While debugging my VB.NET application, I get to a certain point and get an error message pop up saying:
>
> There is no source code available for the current location


Post the complete exception text.

> I have searched the MS Knowledge base and found the article 318367 (http://support.microsoft.com/default...b;en-us;318367) which refers to this problem and suggests making a change to the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\7.0.
>
> I have completed this change (even though I am using VS.Net 2003, which according to MS, this bug has been fixed).
>
> However I am STILL getting this problem.
>
> Has anyone else experienced this?


When using a library without having its source code (like
"System.Windows.Forms.dll") you cannot show the source code if the
exception occurs in one of its classes/methods.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
 
Reply With Quote
 
scorpion53061
Guest
Posts: n/a
 
      12th May 2004
> Has anyone else experienced this?

Are you using a module or Sub Main to start your application? If so, there
may be an error in an event that occured during the next form that arrived.
IN my experience this is when this error occured.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debug and break point problem - There is no source code available for the current location aaj Microsoft Dot NET 5 5th Jul 2005 07:40 AM
there is no source code available for the current location?? Rob R. Ainscough Microsoft VB .NET 3 29th Apr 2005 12:05 AM
There Is No Source Code Available For The Current Location Ram Microsoft ASP .NET 1 8th Feb 2005 11:36 PM
There is no source code available for the current location =?Utf-8?B?UmF5?= Microsoft VB .NET 2 27th Jan 2005 12:55 AM
There is no source code available for the current location =?Utf-8?B?UmF5?= Microsoft Dot NET 4 19th Jan 2005 03:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:42 PM.