10 pts.
 Empty project in Visual Studio 2008
Can anyone tell me where the Empty Project is in Visual Studio. I am using C# express and there is this fold, but not in my 2008 Visual Studio

Software/Hardware used:
ASKED: April 29, 2009  2:55 AM
UPDATED: April 29, 2009  9:47 PM

Answer Wiki:
In VS2008 click Tools/Options and there you find "Projects and Solutions"
Last Wiki Answer Submitted:  April 29, 2009  9:19 am  by  alessandro.panzetta   9,695 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You can create an empty solution this way:

File –> New Project

Under “Projects Type”, Select “Other Project Types” click on Visual Studio Solutions

Click on ‘Blank Solution’.

 63,580 pts.