Posts

Showing posts from October, 2015

Visual Studio Quirks

Image
On clicking debug in Visual Studio, it gives "The debugger cannot continue running the process. Unable to start debugging" The problem here is that no project is selected as default startup project. You would need to right click a project which is start up project and select "Set as start-up project".