views:

593

answers:

3

Hello,

All instructions to disable Visual Studio hosting process I've found says as follows:

  1. Open a project in Visual Studio.
  2. On the Project menu, click Properties.
  3. Click the Debug tab.
  4. Clear the Enable the Visual Studio hosting process check box.

I believe this is for VS 2005 because in my VS 2008 C++ project there is no such tab as "Debug", but rather "Debugging" and there is no check box there for disabling the hosting process.

So my question is, how do I disable the hosting process on VS 2008?

Thanks!

+3  A: 

Those instructions are for VS 2008, but they're only for VB / C# projects. As far as I'm aware, VS doesn't use the hosting service for C++ projects.

jim0thy
A: 

For your information the questioner is right there is no Debug tab in VS2008!! i am am running a c# project, so the question still stands!! where the heck is the debuggin tab gone in vs2008 i know it is there in vs 2005?????

king
A: 

Have the same issue. No Debug tab.

Kosta