1
Answer

I want to Work with Multiple projects In One Solution Explorer

theo philus

theo philus

16y
3.6k
1
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 :theodondre@yahoo.com
Answers (1)
0
Mahesh Chand

Mahesh Chand

2 286.9k 123.7m 16y

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.