0

I've started the app without Debug and then I started the app in debugging mode. I am trying to attach the debugger to the existing process but it's blurred out.

enter image description here

h-rai
  • 3,636
  • 6
  • 52
  • 76

1 Answers1

1

You need to run VS with administrator privileges. Right-click Visual Studio, and select Run as an administrator.

You can also configure VS so that it always opens with admin privileges. See this answer.

Community
  • 1
  • 1
Maria Ines Parnisari
  • 16,584
  • 9
  • 85
  • 130