Hello Two theories: Sounds like someone checked in the .suo file with all break points set. Solution: debug -> views -> exceptions and uncheck them and then exclude the .suo file from source control. Or. There has been a windows update that has broken your framework. Or someone has changed the target framework that is not installed on your machine. Check the references history to see which and correct as appropriate. RegardsDavy
Sent from my Samsung Galaxy smartphone. -------- Original message --------From: Greg Keogh <gfke...@gmail.com> Date: 15/10/2018 02:26 (GMT+01:00) To: ozDotNet <ozdotnet@ozdotnet.com> Subject: Visual Studio breaking everywhere Folks, this morning I started coding as usual, hit F5 to run my web app in the debugger … and it's breaking on exceptions everywhere inside the .NET classes and telling me things like "HttpWebRequest.cs not found". I tried loading the symbols but it made no difference. I've crawled through the VS settings looking for a way of returning to the old behaviour without luck. To debug my app I have to hit F5 F5 F5 F5 F5 F5 F5 etc to continually ignore the breaks. I have no idea why this new debug-and-break behaviour started this morning, and I can't find a way of turning it off. Any clues anyone? Greg K