In Visual Studio I’ve started the application with debugging(F5) and then tried to click url in one of the source code comments. After opening URL within VS I suddently start to receive dosens of messages like the following for each breakpoint that I have:
---------------------------
Microsoft Visual Studio
---------------------------
The following breakpoint cannot be set:
At MyClass.cs, line 836 character 6 ('Namespace.MyClass.MyFunction()', line 17)
Unknown error.
---------------------------
OK
---------------------------
There was no way to stop the messages and I had to clic OK as many times as I had breakpoints.
I am not able to reproduce it, so there is no point to report it to MS. But it was quite annoying -no ability to answer “Ignore” to all.