Can't profile in visual studio

11

When I try to profile in VS2017 15.3 I get the following message on screen: "Microsoft Visual Studio encountered an error during your diagnostics session" In the Diagnostics Hub below the following message appears: "Failed to start trace session (0x800700b7)"

After some web searching I found the following way to get the logs of what went wrong: https://developercommunity.visualstudio.com/content/problem/61926/diagnostic-tools-not-working.html

So after trying that, this is the only line that is an error in the log file:

Error --- standardcollector.bridge.cpp --- Failed: StartCollection for profiling. HRESULT: 0xe1110018

I haven't been able to find any explaination for these error codes or what can I do with them.

windows
visual-studio
profiling
diagnostics
asked on Stack Overflow Oct 25, 2017 by Eric. J. Lara

1 Answer

4

Do you have Process Explorer running? I found that Process Explorer interfered with the profiler somehow. I remember reading about how Windows 7 only allows one kernel level debugger at a time. Or something along those lines, sorry I'm a bit fuzzy there, but I just ran into this again and I remembered that closing Process Explorer fixes it. I imagine other similar programs might also interfere with the profiler.

answered on Stack Overflow Jul 17, 2018 by Glaucus

User contributions licensed under CC BY-SA 3.0