c# - how to use class of other project in a solution (internal)? -
this question has answer here:
- how use class 1 c# project c# project 8 answers
environment :
in c#, have solution many project. added *.csproj files.
problem :
in project, can use classes of other files through namespace. however, there way use namespace , classes of project in same solution?
in visual studio should have "references" area in solution explorer. right click , click "add reference..."
here, it's matter of locating other code on machine.
edit: here additional information on dlls, in case helps you.
Comments
Post a Comment