Hi,
Our organization recently plan to upgrade from Visual Studio 2013 Premium to Visual Studio 2015 Update 1 for software Developments. Our Projects has one solution with 40 Projects. We have the following task that we would like to perform such as Code Analysis, UnitTest Execution and Integration Test Execution. When Building the solution IDE freeze somewhere in the middle and Visual Studio pops with message "Visual Studio is Busy, waiting for internal process to complete or report to Microsoft. The entire IDE is paralyzed and won't allow to see the output as well. After some debugging we found that the issue is occurring with Code Analysis. When unchecked "Enable Code Analysis" in Code Analysis Tab from all projects properties build runs fine with normal test cases execution too. But if checked it freezes forever which really bogging us to perform normal operation. The ruleset here is Microsoft Pre-defined "Managed Binary Analysis,MicorsoftCodeAnalysis.CSsharp,MicorsoftCodeAnalysis.CSsharp.Features."
Also noted the huge spike in Memory Utilization once IDE freezes.
So far in Troubleshooting below listed option we performed but with no luck
- Start VS2015 in SafeMode/Administrator
- Logging Avtivity.xml does give any clue to chase the problem
- Creating blank solution and adding existing Projects
- Visual Studio does not throw any warnings/error/message related to IDE freeze
- Monitoring devenv.exe Process does not gives any meaningful clues. Also none of any process seems to get locked during the Build operations.
We didn't face any such problems in Visual Studio 2013 Premium.
Can you help us what might be the issue?
Cheers,
Abinaya