Visual Studio 2015 Community diagnostic tools - no memory usage tools?

Starting Visual Studio 2015 Enterprise, I see in the "Diagnostic Tool" section the session time, events, process memory, processor usage, and then the "Events", "Memory Usage" and "CPU Usage" tabs.

However, on another machine that runs the community version of Windows 10, the Process Memory and Memory Usage sections are missing, as shown below:

Visual Studio 2015 Community Diagnostic Tools

Both memory and processor use cases were included before debugging began.

This is something that is not available in the community version (does this suggest that it should be? Http://blogs.msdn.com/b/visualstudioalm/archive/2015/07/20/performance-and-diagnostic-tools-in -visual-studio-2015.aspx ), or is it something else

+5
source share
1 answer

The problem was related to projects in .NET 2.0, and they had to use .NET 4.0 or later, and not the Community vs Enterprise Visual Studio version problem.

+10
source

All Articles