Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add multiple projects in one solution in VS2008 Web Developer Express?

I been using VS2008 Pro for a long time now but since of licensing issues(Pro is under academic license) and the current project I am doing could be considered as commerial I decided to give VS2008 Express a go.

Now I made my project and a shell of all my pages. I went to add a class library to my solution so I can start adding my nunit tests but I noticed they don't have add a new project to solution button anywhere.

So how do I do this?

Edit

Never mind I found it. They seemed to have removed it from right clicking on your solution then going "add new Project".

You have to go to "File->Add->New/Existing Project".

like image 355
chobo2 Avatar asked Aug 06 '09 21:08

chobo2


People also ask

How do you add a project to a solution?

To add an existing project to a solutionIn Solution Explorer, select the solution. On the File menu, point to Add, and click Existing Project. In the Add Existing Project dialog box, locate the project you want to add, select the project file, and then click Open. The project is added to the selected solution.


1 Answers

Also you'll have to check this checkbox to see the solution: Tools->Options->Projects and Solutions->General->Always Show Solution

like image 156
Kamyar Avatar answered Oct 08 '22 02:10

Kamyar