Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi team,
I am unable to set breakpoint in my asp.net project.
Every time i set a breakpoint it show a blank circle with warning:breakpoint will not hit at this point,kind of.

Please help me...
Thanks in advance.
Posted
Comments
Cenarjun 20-Jan-14 5:32am    
post the code line at which it is showing like dat
[no name] 20-Jan-14 5:35am    
it is a corporate code,i cant post it here.. sorry..

1. Run the application in DEBUG mode.
2. Clean the solution and Build it again.
3. Press the BREAK ALL (Pause icon) button, near to PLAY, STOP button while debugging.
 
Share this answer
 
This is most probably because your dlls are older or different from code.
If dlls and code are in sync, you will not face this problem.
 
Share this answer
 
I have solved by myself...
I deleted old .sln file and restarted the project.
 
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