Trying to connect to my windows service but showing as disconnected in available processes

I am trying to connect to a Windows service that I am starting to debug it, but the Available Processes list under Attach to Process shows as disabled and will not allow me to connect. What am I missing?

+2


source to share


1 answer


http://bytes.com/topic/visual-basic-net/answers/620660-trouble-attaching-windows-service-process



Apparently the dialog does not show all the services started by default and there is a running instance of [MyServiceName] .vshost.exe that confused me. By simply clicking the filter to show all services, I discovered my "hidden" service.

+4


source







All Articles