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

  1. Added a project to the solution, a link to which I want to specify
  2. 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.

  • perhaps the added project is not built by you, it may have its own dependencies that you did not add to your solution. After adding the project to the solution, tried to collect this project separately from the solution? (right click on the project => Build) - rdorn
  • Yes, the project itself is being built - olegall
  • tick next to the desired project set? There it’s not enough to just select the cursor. - rdorn

0