VS2022 Stop Profiler

Viewed 486

Working with the new VS2022 just installed Monday, first day of release. Saw a video of the Profiler and thought I would try one. (Alt-F2). When you start the Diagnostic Tools gets suspended. That I can understand. Now I cannot stop the profiler. Exiting, rebooting the computer I still do not get the Diagnostic Tools back.

When I try and start another tool I get: "The collection session cannot be launched because another on is currently active." How do I stop the current one???

You can learn more about the Profiller here: https://docs.microsoft.com/en-us/visualstudio/profiling/profiling-feature-tour?view=vs-2022

Shoud note I am mostly working on WPF in C#.

1 Answers

Since I never got response to it, I used the sledgehammer approach. I uninstalled VS2022 and then reinstalled it. It now works fine. I have been afraid to try another Diagnostic Tool.

Related