.VSHOST.EXE File
.vshost.exe is Visual Studio Hosting Process File
Features | Description |
---|---|
File Extension | .vshost.exe |
Format | N/A |
Created by | Microsoft |
Category | Developer |
.vshost.exe is Visual Studio Hosting Process File
Features | Description |
---|---|
File Extension | .vshost.exe |
Format | N/A |
Created by | Microsoft |
Category | Developer |
A VSHOST.EXE file a hosting process file created by Visual Studio, a software development tool used to create Windows programs. It contains information that is executed when a project is opened in Visual Studio to speed up and improve performance of the debugging of the project. VSHOST.EXE files are created whenever a project is built in Visual Studio and are placed in the same bin folder as your application.
Hosting process is a feature of Visual Studio designed to improve debugging performance, enable design time expression evaluation, and enable partial trust debugging. VSHOST.EXE files should not be run directly or deployed with your application.
NOTE: The VSHOST.EXE file was introduced in Visual Studio 2005.