Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my project i got an unexpected error..I was used a function in my Read.class...in my DAL file..when i was checked the function using break point,It is redirected from the code behind to the BLL,but after that i got this error


"There is no source file available for the current location"


plz help me to find the solution......
Posted

If you want to debug with your dll you should set your dll source code in the same solution and then in the Reference choose form the project.

Hope be helpful,
Theingi.
 
Share this answer
 
It seems that this error comes because of build or adding reference DLL between BLL and DAL
please try

Recompile referenced DLL
Remove and then re-add the referenced DLL to your project

this may solve the problem...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900