C# window application: “MyApplication.vshost.exe” Continuous coming at task manager

后端 未结 3 1423
清歌不尽
清歌不尽 2021-02-07 18:18

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.

<
3条回答
  •  逝去的感伤
    2021-02-07 18:39

    You can read more about vshost.exe on MSDN.

    The hosting process is a feature in Visual Studio 2005 that improves debugging performance, enables partial trust debugging, and enables design time expression evaluation. The hosting process files contain vshost in the file name and are placed in the output folder of your project.

提交回复
热议问题