I'm trying to debug a windows service that I created. When I go to debug->Attach to Process and selected the service I get the error "Unable to attach to the process. The requested operation is not supported."
When I try to run the service under my account (Which is administrator) and try to attach to the process I get "Unable to attach to the process. You do not have permission to debug the process"
When I try the first way in VS2008 I get "Unable to attach to the process. You do not have permission to debug the process".
My co-worker can run my service on his machine and attach to the process. His process type is x86, Managed. Mine is set to just x86. I have a newly imaged machine at my work.
Does anyone know how to fix this? I'm a new .NET developer to this department and I can't get anything done until this gets fixed.
Thanks for your help,
Nate