onedizzydevil
Programmer
When I set a breakpoint point on ONE specific page in a my application ALL my breakpoints on that page, when ran in debug mode, comes up with a question mark inside the circle. When I click on the properties of that breakpoint is has the following error:
"The breakpoint will not currently be hit. No executable code is associated with this line."
However, I am loading a DropDownList from the one of the lines of code I am debugging and the DropDownList gets populated normally no problems but it will not allow me to set a working breakpoint on that line, or ANY line.
We have "rolled" back the page to the state at which it last work but, I still get the same problem. The page is really massive in nature (it contain about 70% of the total application) and it is just not feasible to delete and start again or to attempt to cut and paste we figure out what caused this problem? Will the error not happen again if we cut and paste?
Does anyone know why the breakpoints are screwing up? OR, has anyone ever cut and pasted and new page after this has happened and got it to work without the error returning?
Thanks
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."
"The breakpoint will not currently be hit. No executable code is associated with this line."
However, I am loading a DropDownList from the one of the lines of code I am debugging and the DropDownList gets populated normally no problems but it will not allow me to set a working breakpoint on that line, or ANY line.
We have "rolled" back the page to the state at which it last work but, I still get the same problem. The page is really massive in nature (it contain about 70% of the total application) and it is just not feasible to delete and start again or to attempt to cut and paste we figure out what caused this problem? Will the error not happen again if we cut and paste?
Does anyone know why the breakpoints are screwing up? OR, has anyone ever cut and pasted and new page after this has happened and got it to work without the error returning?
Thanks
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."