Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 freezes when finished building

My copy of Visual Studio 2015 Community freezes/becomes unresponsive when it's trying to run a successful build, everything else operates as normal. If a build fails, VS operates as it should, giving me an output prompt.

Only when the Output states that the build's been successful, the IDE freezes with no response and even running the compiled .exe from the Debug folder freezes Win Explorer. All projects have been either C++ or C#.

OS: Windows 10, IDE's/Suites installed: VS2015 and Unity 5.2.1f1

like image 288
SSFox Avatar asked Nov 12 '15 15:11

SSFox


People also ask

How do I unfreeze Visual Studio?

The workaround is pretty easy, just follow these simple steps: Open Tools / Options in Visual Studio 2019 and find the Projects and Solutions node. Unselect 'Allow parallel project initialization' Click 'OK' and close the solution.

Why VS code is hanging?

If while opening a large file, VSCode freezes and then crashes, you need to delete some files. So, open Run, paste “%AppData%” and click Ok. Now, open Code > Backup and then delete the only folder that is inside that directory. Finally, restart VSCode and see if the issue persists.


1 Answers

2 options:

  • are there any post-build events in your project?

  • disable the antivirus

like image 132
owairc Avatar answered Sep 19 '22 08:09

owairc