This sole purpose of this file is to help debug and host Process.Visual Studio improves debugger performance. It includes new debugger features such as partial trust debugging and evaluation of expressions at design time.
If you turn off the hosting process, partial trust debugging will not work, even if partial trust protection is enabled on the Security page in the Project Properties window.
You can disable this in the Project menu → click on “Properties” → the Debug tab → uncheck the box “Enable the placement process in Visual Studio”. A development-time expression always uses a hosting process. Disabling the placement process in the project properties disables the evaluation of expressions at design time for class library projects.
For other types of projects, expression evaluation during development is not disabled. Instead, Visual Studio runs the actual executable and uses it for evaluation during development without the hosting process.
Humayoun_Kabir Oct 25 '18 at 14:22 2018-10-25 14:22
source share