Friday, March 21, 2008

VS 2005 Immediate Window

Guess this window is going to be an extinct species after the various enhancement for debugging but still it has its use.

Tried searching every possible option in the menu but no luck.

Finally had to find it through google after spending hours.

Including here to increase the hit count.

Not valid through Menu Controls due to the various flavors of VS 2005 and this window may or may not be present.

But its consistent using short cut Ctrl+Alt+ i

Happy programming,
Anton

Labels:

Showing Solution File in VS 2005 Solution Explorer

The default behaving of VS.NET 2003 to show the solution file is changed in Visual Studio 2005. The solution file displays only if you add more than one project to the solution.

This is of the logic that a project file is all that is need when working with a single project.

To change this behavior so that you can add a new project from the Solution Explorer instead of having to do it through the menu, do the following.

Tools->Options->Projects and Solutions
Right hand side tick "Always show solution"

Happy programming,
Anton


Labels: