Reputation:
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
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