c# - Unable to attach debugger to a process running as different user Visual Studio 2012/2013 -


i have windows service running low privileged domain account. account local administrator. when try attach debugger service when project/solution open in visual studio 2012/2013 error "unable attach process. operation not supported. unknown error: 0x80072ee6." did not have problem vs 2010.

enter image description here

if close project/solution , try again, able attach. reproducible every time.

my setup: windows server 2008 r2 64 bit. visual studio 2013 ultimate (had same issue in 2012) running domain account part of local administrator group. msil windows service running 64 bit. running locally. built c#/.net 4.5.1

how can keep project/solution open , attach debugger process?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -