There is no source available for the current location

hog

Senior Contributor
Joined
Mar 17, 2003
Messages
984
Location
UK
I am stepping through my code to trap where a problem is occuring and all steps though OK but at different areas in my code I get the above message. It is weird as on prvious runs the step works ok but then errors on another section that worked prviously.

Does anyone know what this actually means??
 
No - you can run ILDASM to see what the code in the framework is doing - you just cant change it.

Or you can put a Try..Catch round whatever code is causing the problem?
 
Back
Top