VS 2015 Diagnostic Tools window is blank
Asked Answered
M

4

11

I'm using Visual Studio 2015. I'm trying to use Diagnostic Tools and somehow that window is always blank. There is nothing displayed in that window. There is no error too. I tried the same with empty IDE, loading a project, and debugging the project but in all scenarios it is completely blank, just the window heading and nothing else.

I've seen other issues with Diagnostic tools such as this, and this but I can't find anybody facing issue like this.

I tried reinstalling VS and also checked by installing VS 2015 Update 2, nothing helped.

It would be great help for me if anybody got any idea why it is happening or what can I do to find the issue or fix it?

Product version: Visual Studio Enterprise Edition 2015 with Update2

OS: Windows 7 Enterprise Service pack 1

Maritime answered 1/4, 2016 at 14:35 Comment(1)
I have the same problem with windows 10 and an old pc. On another pc it works fine.Jammiejammin
R
1

I have experienced this same issue with VS 2017. For me, the problem is that my laptop has a 4K display, but I'm also connected to exernal monitors that are not 4K. VS seems to have trouble rendering the diagnostics tool panel when I move the VS window around or connect/disconnect the external displays. If I restart VS and open it on the desired monitor, it starts displaying again.

Roley answered 19/10, 2018 at 14:46 Comment(0)
P
0

Please try to enable logs for the diagnostics tools based on instructions here. Probably, log contents can provide some hint for the reason of the issue.

Parlando answered 8/4, 2016 at 1:25 Comment(0)
R
0

Starting VS2015 as Administrator worked for me as a workaround.

The only error that I found in logs (enabled as in Andrey's answer) was this one:

 Error --- datawarehouse.cpp --- Path should be secure at this point: 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CLIENTDIAGNOSTICS\APPRESPONSIVENESS\..\MemoryProfiler\DataModel'

Otherwise logs looked fine, with entries of Debug and Info importance only and nothing suspicious.

Roa answered 27/7, 2017 at 16:19 Comment(0)
D
0

I had the same problem, when I blocked with SRP executable file of Microsoft Edge WebView2: "C:\Program Files (x86)\Microsoft\EdgeWebView\Application\110.0.1587.50\msedgewebview2.exe" So, I you wish Diagnostic Tools working, you need to have Microsoft Edge WebView2 installed, or allowed it for execution.

To install it, run the file with arguments:

MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install
Depone answered 23/2, 2023 at 12:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.