Reference http://msdn2.microsoft.com/en-us/library/ms185331.aspx
Showing posts with label Visual Studio 2005. Show all posts
Showing posts with label Visual Studio 2005. Show all posts
Tuesday, January 20, 2009
What is application_name.vhost.exe and How to remove it?
When you build a Visual Studio 2005 project, you get two executables created, one application_name.exe and other application_name.vhost.exe. You may wondor why we need two exe files for one applcation. Actually vhost is a hosting process used by Visual Studio that improves debugging performance, enables partial trust debugging, and enables design time expression evaluation.You can disable the usage of the hosting process by clearing the “Enable the Visual Studio hosting process” check box in project properties on the Debug tab.
Reference http://msdn2.microsoft.com/en-us/library/ms185331.aspx
Reference http://msdn2.microsoft.com/en-us/library/ms185331.aspx
Labels:
Visual Studio 2005,
Windows Application
Thursday, November 20, 2008
How to make Visual Studio 2005 build process faster
To make build process in visual studio 2005 faster, change Start Action in property page.

Right click on the solution and click on properties. Change Start action into 'Build Page' instead of 'Build Website'
Right click on the solution and click on properties. Change Start action into 'Build Page' instead of 'Build Website'
Labels:
C#,
Visual Studio 2005
Subscribe to:
Posts (Atom)