vsHost.RunParkingWindow thread
-
Friday, August 24, 2007 9:53 AM
I have a WPF application. When my application exits, there is a live thread called vsHost.RunParkingWindow. its running in my Applcation.vshost.exe process. nore that my Application.exe process is no longer alive, its just this vshost.exe thts living. and there no code avaiable if you try to debug it.
the Stack frame says "[In a sleep, wait, or join]".
Can anyone help me on this
Answers
-
Monday, August 27, 2007 5:05 AMModerator
Hello, what you’re seeing is the Visual Studio hosting process. Please refer to http://msdn2.microsoft.com/en-us/library/ms242202(VS.80).aspx. You can disable this feature in Project Property->Debug->“Enable the Visual Studio hosting process”.
All Replies
-
Monday, August 27, 2007 5:05 AMModerator
Hello, what you’re seeing is the Visual Studio hosting process. Please refer to http://msdn2.microsoft.com/en-us/library/ms242202(VS.80).aspx. You can disable this feature in Project Property->Debug->“Enable the Visual Studio hosting process”.
-
Monday, August 27, 2007 9:39 AM
thnx,
bad tht i didnt figure out myself

