user3338497
user3338497

Reputation:

Call reference from another solution

I would like to know how I can call a reference from another solution, below is my explanation:

There are two project solutions in one folder:

Now how can I call the first project's class library from my second project file?

Upvotes: 0

Views: 107

Answers (1)

Selman Genç
Selman Genç

Reputation: 101701

In your second project, Right click to your References from Solution Explorer, click Add Reference then click Solution from the left panel,select your first solution and add it to your References.

Upvotes: 1

Related Questions