I need to add a link to the project. I act according to the documentation https://msdn.microsoft.com/ru-ru/library/f3st0d45(v=vs.100).aspx#Anchor_1
- Added a project to the solution, a link to which I want to specify
- Clicked Add reference. In the Add reference window in the Projects tab, the project name appears.
This project appears in References. The project does not build, because The IDE does not see the DLL for the class used in the code (apparently so). If to make AddReference on DLL - everything is OK, it builds. What am I doing wrong? It is necessary to specify the link on the project, but not DLL.