c# - how to use class of other project in a solution (internal)? -


this question has answer here:

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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -