Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Diagnostics session failed to start - What access rights are required to run Visual Studio 2013 Diagnostic

Visual Studio 2013 Diagnostics session failed to start:

enter image description here

Cannot load collector agent. Access is denied.

I would like to know what access rights are required to run Performance and Diagnostic tool

like image 915
komizo Avatar asked Jan 09 '15 09:01

komizo


1 Answers

I had the same issue, for me it was due to not being a Local Administrator on my Developer Machine.

If I ran Visual Studio under an Elevated Account that was a Local Admin, (shift + right click > run as...) then the diagnostic session would start.

like image 106
SimonGates Avatar answered Nov 02 '22 22:11

SimonGates