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!
Adi
source share