I want to Work with Multiple projects In One Solution Explorer
Please can anyone help me with how to work with two or more projects in the same solution explorer. That is I have project A and Project B with each having .CS files.My problem is to be in project A and call the classes in Project B and vice-versa. Please demonstrate with codes or a sample project because am new to C#.Net or send them to my email :[email protected]
Mahesh ChandPosted Feb 24, 2009, 10:14 AM
You can add multiple projects to a solution by right clicking on the Solution name in Solution explorer and Add Project option.
To use/reference a project B in project A, you use Add Reference option and select the project from the list you want to use. This step will let you use your project B in project A.