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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top