There is no source code available for the current location

ayozzhero

Well-known member
Joined
Apr 6, 2005
Messages
186
Location
Malaysia
Programming Experience
1-3
I suddenly got this message:
VB.NET:
There is [B]no source code[/B] available for the current [B]location[/B]
when I run my application under debug mode. However, when I run the released .exe, it runs smoothly.

The error occured even for something like
VB.NET:
Dim abc as String

Thank you in advanced for any idea and assistance.
 
I already have it fixed. What I did was to go to Project, Properties and change the namespace and one field next (or prior, I forgot) to it. However, I didn't know what caused the problem. It might be related to the breakpoints.
 
Back
Top