Visual Studio 2015 Update 3 - Stuck at "Starting Diagnostic Tools..."

Viewed 1631

I've been having an issue with Visual Studio wherein the Diagnostic Tools doesn't start at all.

When I begin debugging, the Diagnostic Tools window would show (as expected) but it just stays at "Starting Diagnostic Tools..." and nothing happens.

I've read here that some applications (possibly an AV) is preventing the required processes from executing but I don't see anything being blocked.

Details about the project:

  1. It's an ASP.Net web application (Web Forms).
  2. We have Entity Framework 6 installed.
  3. We have DevExpress installed (might be the culprit?)

I also tried creating/opening a different project (a console application) and the same thing happens (nothing)

enter image description here

What I've done so far based on suggestions from other forums/questions:

  1. Restarted VS.
  2. Repaired VS.
  3. Restarted the server.
  4. Deleted the *.suo file.
  5. Made sure Use Managed Compatibility Mode is unchecked in the options.
  6. Made sure Use Native Compatibility Mode is unchecked in the options.
5 Answers

I think it's a known issue and it's going to be fixed in the incoming release. I just disabled Diagnostic tools for now to make my VS work (Options - Debugging - General - Diagnostic tools).

Disabling Resharper (not uninstalling) got the tool working for me.

I'm not sure if this is what you meant by 'Restarting the server', but what worked for me was killing the processes ServiceHub.Host.Node.x86.exe

Related