When i am debugging my ASP.NET application (thourgh vs.net), I set some breakpoints within a single method....but some lines of coding are breakpoint enabled, and others displayed with Question mark within breakpoint(breakpoint with warning!)...and giving tooltip message..."the breakpoint cannot currently be hit...no executable code is associated with it".

The code in with such breakpoint never gets executed (Even if I remove breakpoint)....This is a severe issue....getting in almost all of our computers..

The wonder is that, the succesfully enabled breakpoint is just above that of warning breakpoint.... and could be executed succesfully....but not the below one....and finally NO ERROR in any case...

Please help me out to solve this problem immediately.....