I am trying to set up a profiling session on my ASP.NET Core web application in Visual Studio 2015.
In the Performance Profile, I configure the "Executable" and will use the performance wizard to configure the type of profiling (for example, tools):

Then I select the project that I want to profile:

After profiling is complete, the report does not load. Output Performance:
Profiling started.
Data written to C:\Product\MyProject\MyProject.Api160803(8).vsp.
Profiling finished.
File contains no data buffers
File contains no data buffers
Analysis failed
Note. I am targeting .NET 4.5.2, not core libraries.
source
share