Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2015: Diagnostic tools failed unexpectedly and no "Diagnostic Hub" in output window

when starting up an application i always get an error in the "Diagnostic Tools" Window saying:

The diagnostic tools failed unexpectedly. The Diagnostics Hub output in the Output window may contain additional information.

I already found a solution for VS2015 RTM but this didn't worked for me.

I also checked the options in visual studio and the diagnostic tool is enabled during debugging. And i also unchecked the unmanaged code options, like in this post described.

The real strange thing is, that i even not having a "Diagnostics Hub" entry in the output window!??!

Does anybody know how to solve this issue?

like image 742
killer7 Avatar asked Nov 26 '15 15:11

killer7


1 Answers

Had exactly the same issue today. Forgot that I disabled Intellitrace a few months ago.

Options>IntelliTrace>Enable Intellitrace

Restarted Visual Studio. Voila.

like image 108
Frode Avatar answered Nov 04 '22 03:11

Frode