Why Debug doesn't work after Visual Studio update? - debugging

I have updated Visual Studio 2019 from 16.6.1 version to 16.11.23 version. The update operation was finished successfully. When I want to run my MVC project in Debug mode, nothing happens. No error is displayed, the app is not running. What do I have to do to make it work?
EDIT

Related

Unable to run a Blazor Server App on Microsoft Visual Studio IDE Version 17.2.0 Preview 5.0

I have a Blazor Server project created with Microsoft Visual Studio IDE Version 17.2.0 Preview 1 and it was debugging and starting without any problems.
When I upgraded to Version 17.2.0 Preview 5.0, I am unable to build the project, run the project or even close the IDE. Popup UIs are showing up each time I try to do any of these actions.
I am now closing the IDE using the Task Manager. I have attached screenshots with descriptions and if anyone has ever solved this please assist me to get over this.
I have tried the following:
Created a new project but the problem remains.
Repaired Visual Studio IDE but the problem remains.
I am using:
Blazor Server and .NET 6.
The IDE is Microsoft Visual Studio IDE Community Edition Version 17.2.0 Preview 5.0
I will appreciate any help I can get.
The above error shows up when I try to debug the project:
The above error shows up when I try to close the IDE:
I created a Blazor project in Visual Studio 2022 17.2.0 Preview 5.0, built the project and ran without encountering this issue.
Please try closing Visual Studio, deleting the project's .vs and bin/obj folders, and reloading the project.
If the issue still exists, please run /safemode at the development command prompt, it will check if third-party packages and extensions are causing the issue.

Visual Studio 2015 crashes while running a program and editing code

I have Visual Studio 2015 version 14.0.25420.01 update 3.
When i start my program from the environment with local debugger and after that try to make a change in the code, most of the times visual studio crashes, and in some i don't see the changes and the keyboard is not responding anymore.
If Visual-studio doesn't crash, i can fix the non-responding keyboard issue by closing and opening the project again, it allows me to continue my work. This problem happen on every project that i am trying to work on, so code doesn't really matter here. I also have earlier versions of Visual Studio and they work fine without this issue. Any ideas?
To be clear: Visual Studio crashes only when i edit my code while running it.

Updated Visual Studio 2015 RTM from Update 1 to Update 2, now Cordova Project is "Incompatible"

I updated my Visual Studio 2015 RTM from Update 1 to Update 2 and now my Cordova project won't open. I get the following error message instead of my project files:
This project is incompatible with the current edition of Visual
Studio.
I've installed the following hot fix and rebooted my machine and it made no difference:
https://msdn.microsoft.com/en-us/library/mt695655.aspx
The only option I get for that project is to edit my .jsproj file. But I haven't a clue what I'd have to change to make it work.
Here's my version info for Visual Studio:
How do I get my project to work with the new update to Visual Studio 2015?
For what ever reason, Visual Studio seemed to remove the Tools for Apache Cordova and I had to reinstall them from scratch. Once I'd reapplied version 8.1 of the tools, the project loaded up just fine.

msvcp120d.dll missing when trying to run on visual studio 2015

I had Visual studio 2013 installed and had my code running on it.
A few months ago I installed Visual studio 2015 and debugged my project there.
A week ago I decided since I'm no longer using Visual studio 2013 to uninstall it.
Ever since I have not been able to run my code in debug mode in 2015. I have tried cleaning my project and rebuilding it (my code has no dependencies on other compiled codes). I have also tried installing Visual studio 2013 redistribute pack but I still get an error that msvcp120d.dll is missing when I try to launch the debug version of my code.
Any idea on how to fix this?

TFS Build notification options not populating build definitions

downMy gated checkin reconcile message has stopped working. To troubleshoot I opened up Build Notifications options and see that the "Build notifications to monitor" list is blank.I restarted Visual studio, connected to the project server again in the IDE, rebooted the machine but still Build notification options are blank.
I have also deleted the Team Foundation local cache from %localappdata%/Microsoft/Team Foundation/5.0/Cache but to no result.
From what i understand the Build notification desktop tray app gets the connection to the server from the Connect option in Visual Studio IDE. All the settings look right but the problem persists. Any suggestions?
P.S : I have recently downgraded from Visual Studio 2013 Ultimate to Visual studio 2013 Pro.
Each version of Visual Studio (2010, 2012, 2013, 2015 etc) installs its own newer version of this tool. Each under a different path that contains the Visual Studio version.
Make sure you're launching the correct one, or register your TFS version inside the latest version of Visual Studio installed and use that (since it will be able to connect to any and all versions of TFS).

Resources