问题描述
在我的C#Windows应用程序,每当我打开我的Visual Studio 2008中的解决方案,不是MyApplication.vshost.exe总是在窗口任务管理器可见 - >进程选项卡
In my c# windows application whenever i open my solution in visual studio 2008, than "MyApplication.vshost.exe" is always visible at window task manager--> Process tab.
当我试图杀死,它再次出现在进程选项卡。
When i tried to kill that, it again reappear at Process tab.
我没有得到的vshost.exe创造了什么?为什么它不能从任务管理器得到删除吗?我们怎样才能删除它?
I am not getting for what vshost.exe created? and why its not getting removed from task manager?How can we remove it?
推荐答案
您可以阅读更多有关的。
You can read more about vshost.exe on MSDN.
托管进程是在Visual Studio 2005中的一项功能,提高了调试性能,支持部分信任调试,并实现了设计时间前pression评价。宿主进程文件包含vshost的文件名,并放置在您的项目的输出文件夹。
这篇关于C#窗口应用程序:" MyApplication.vshost.exe"正在添加连续在任务管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!