Visual Studio 2015 Enterprise has worked great for many months. Now it's running very slow, and I can't figure out why.
Even the simpliest "hello world" console applications takes 5 minutes to run within Visual Studio. It will build quickly (~1 sec). When I run the executable from the "bin" folder (i.e., command line), it also runs quickly (~1 sec). But, when I run it from within Visual Studio it takes on the order of 5 minutes to run.
This is a managed workstation, so I have a lingering feeling something happened in the background.
Things I've tried include:
- Restart the computer
- Same issue on another user's machine in my office.
- Review the machine CPU and memory usage, which never comes close to the limits
- Debug vs. Release mode does not seem to make a difference
- Created the simpliest program possible, a "hello world" console application
- Project properties > Debug > Enable Debuggers > Enable the Visual Studio hosting process (toggled); no difference
- No breakpoints are set
- Tools->Options and search for "Symbols". Uncheck "Microsoft Symbol Servers".
Anyone have ideas on how to fix or troubleshoot?
Conclusion: I had VS2017 installed side-by-side with VS2015. VS2017 works; VS2015 does not. (They did a Microsoft Office upgrade, which I think conflicted with my VS install.)