Cannot start performance profiler in Visual Studio 2015

My version is 14.0.25431.01 Update 3 (Windows 7 Pro x64).

When I try to run the performance profiler, I get the following errors:

The performance session file is missing or invalid.


When I click OK, I get

The reference to the object is not installed in the instance of the object.

What I've done:

  • Choose release configuration (always)

  • Run VS as Admin (always)

  • / ResetSettings

  • / SafeMode

  • Restore VS

  • Delete * .psess files

  • There is no diagnostic link in the * .sln file to delete

  • Added C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Performance Toolsto the system environment variable and the user, and then restart.

I'm running out of options here.

+4

Source: https://habr.com/ru/post/1658782/


All Articles