Did you get this working. I'm having the same problem. Existing code works fine, but anything I change doesn't set breakpoints properly.
Yes. I did get it working. It turns out the breakpoint was on a code
behind/partial class page that wasn't being referenced properly, so the code
wasn't being hit. I've also seen it happen in vs.net 2005 when the page has
yet to be browsed to in the browser. Like you'll build and run, and you'll
get that message for the point. Then when you actually go to the page it goes
away.
> Did you get this working. I'm having the same problem. Existing code works fine, but anything I change doesn't set breakpoints properly.
> ---
> Posted via www.DotNetSlackers.com