There is no source code available for the current location

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

When I debug C# application, I am getting the error messag
"There is no source code available for the current location"
in the line "objDA.Fill(objDS);

Please let me know what causes this

Thanks in advanc
Chan
 
Have you tried to step into the code here? If you try to step into a
function and you don't have the source code for that function, you will get
the error that there is no source code available.

If not, can you provide more information of exactly how this error is coming
about?
 
Back
Top