Pablo Galiano : Whidbey Hosting Process

Subscriptions

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

News

Subscribe to Pablo Galiano by Email

Post Categories

Whidbey Hosting Process

By default every time you compile a WindowsApplication or ConsoleApplication project using VS2005, a “vshost.exe” and a “vshost.exe.config” files are created on the \Bin\Debug and \Bin\Release paths.

The purpose of these “vshost.exe” and a “vshost.exe.config” files is described here.

To disable this feature you need to:

  1. Open a project in Visual Studio.
  2. On the Project menu, click Properties.
  3. Go to the Debug Tab
  4. Clear the Enable the Visual Studio hosting process check box.

Another common question is if we need to deploy these files and the answer is No, the "*.vshost.exe" and "*.vshost.exe.config" files are only for use in the Visual Studio 2005 IDE

Pablo

posted on Wednesday, April 05, 2006 3:35 AM by pga