Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
There is no Source code available for the current location.

Getting the above error in ASP .NET


I have unchecked the following

"Require source files to exactly match the original version" in

Tool->Options->Debugging->General

but still i am getting the same error.

Please help to come out of this.
Posted
Comments
AnkitGoel.com 11-Dec-12 7:43am    
'Rebuild All' your solution.

Here is an answer from a similar question

1) PDB files are not up to date. Try to uncheck Tool->Options->Debugging->General->"Require source files to exactly match the original version"
 
2) You've referenced another of your projects byadding it's dll to your references instead of adding the project as reference. Try to remove the reference add add a new reference to the project from the "Projects" tab


Answered by - Simon Bang Terkildsen[^]

check out this link here for complete discussion: There is no Source code available for the current location. in ASP .net[^]

Let me know if it worked. If not I will try to give you some more pointers on what could be wrong.
 
Share this answer
 
Comments
Sandeep Mewara 20-Jul-12 18:20pm    
Yep! Good answer. 5!
If you are using Ajax control tool kit in the project and you are getting the error like this.Try to add Script Manager in the page which could be found in the tools. Think that might be the problem.
 
Share this answer
 
v2

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