Disabling the Visual Studio Hosting Process in Visual Studio 2008

All the instructions for disabling the Visual Studio hosting process that I found say the following:

  • Open a project in Visual Studio.
  • From the Project menu, select Properties.
  • Click the Debug tab.
  • Uncheck Enable Visual Studio Hosting Process.

I believe that this is for VS 2005, because in my VS 2008 C ++ project there is no such tab as "Debug", but rather "Debug", and there is no checkbox to disable the hosting process.

So my question is: how to disable hosting on VS 2008?

Thanks!

+1
source share
1 answer

These instructions are for VS 2008, but they are for VB / C # projects only. As far as I know, VS does not use the hosting service for projects in C ++.

+4
source

Source: https://habr.com/ru/post/1265760/


All Articles