Unable to connect debugger to process running as Visual Studio 2012/2013 user interface

I have a windows service running as an account with a low privileged domain. My account is a local administrator. When I try to connect the debugger to the service when the project / solution is open in Visual Studio 2012/2013, I get the error message "Cannot connect to the process. Operation is not supported. Unknown error: 0x80072ee6". There were no problems until VS 2010.

enter image description here

If I close the project / solution and try again, I can connect. This is played back every time.

My setup: Windows Server 2008 R2 64 bit. Visual Studio 2013 Ultimate (with the same problem in 2012) works as my domain account, which is part of the local administrators group. MSIL Windows Service runs as 64 bit. Launch locally . Built with C # /. NET 4.5.1

How can I open a project / solution and attach a debugger to this process?

+4
source share

All Articles