Click here to Skip to main content
16,021,169 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am facing problem in saving the image to database using ajax asyncfileupload control
am getting the error as, "their is no source code for current location" and its showing some assembly problem. help me to come out of it asap.
Posted

When it says, breakpoint will not be hit or no source code available for the current location: it simply means that the PDB file for the dll is missing or an old one.

You need to make sure that the DLL last modified date and PDB last modified dates are in sync. PDB files are the one responsible that helps you in debugging.
Clean the solution and rebuild all. This should create a new dll along with PDB. Once done, you should be able to debug it.
 
Share this answer
 
Have a look at below link, it provides solution to the similar issue:

There is no Source code available for the current location. in ASP .net[^]

Second thing: Google[^]
 
Share this answer
 
Comments
shabadiveda 22-Jun-12 2:24am    
can u guide me to do the same plz.
shabadiveda 22-Jun-12 2:25am    
i already unchecked the thing which is specified in the link..still am getting the same error.
Use AJAXToolKit for asp.net they have async file uploader.....
 
Share this answer
 
Comments
Sandeep Mewara 22-Jun-12 15:31pm    
Not an answer. Please post answers to what has been asked and related to it. To questions that are already answered, If you find anything else to add then please do or else no point of adding more.
shabadiveda 25-Jun-12 2:40am    
thnx for the reply,
i am using ajax toolkit only,but still not getting

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