Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
There is no Source code available for the current location. in ASP .net
Getting the above error in ASP .NET
Please help
Posted

1 solution

Hello,

This usually occurs when PDB file is not updated. Compiled DLL and the respective PDB file have to be of same timestamp. If it says no source code available for the current location: it means that the PDB file for the dll is missing or it is an old one.
You need to make sure that the DLL last modified date and PDB last modified dates are in same.
Clean the solution and rebuild all. It will create a new dll along with PDB. After this process you should not be getting this error.


Please go through below links:

There is no Source code available for the current location. in ASP .net[^]
There is no source code available for the current location.[^]
 
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