I\'ve a solid break point in Visual Studio 2008 that I can\'t remove. I can add other break points. Some removed but some don\'t.
The error is \"can\'t insert breakpoint
Sometimes the solution *.suo file can become corrupt. This is where the breakpoints are stored. You can workaround the issue by deleting the suo file.
The shortcut command Control+Shift+F9 deletes all breakpoints.
This would happen when the breakpoint gets out of sync from the parse tree.
Go to the Breakpoints pane (Debug, Windows, Breakpoints) and delete it from there.