I am trying trying to attach to a process in Visual Studio, and I can't find that process that I usually attach to during debugging.
What is going on with Visual Studio?
I am trying trying to attach to a process in Visual Studio, and I can't find that process that I usually attach to during debugging.
What is going on with Visual Studio?
Did you make sure to check "Show processes from all users" and "Show processes in all sessions" at the bottom of the Attach to Process dialog?
In addition to checking "Show processes from all users" and "Show processes in all sessions", make sure click "Refresh" if the process just started.
By virtue of this question being tagged as asp.net I assume you are trying to attach to IIS's w3wp.com process? This process is being recycled once in a while and to restart it you need to browse to a local page before you can attach your project to it.