Is there a way in VS 2010 to add a reference to an assembly that is only in your GAC?

Right-clicking on a project and clicking “Add Link ...” does not provide a way to do this. The .Net tab does not appear in the GAC, and if you go to C: \ windows \ assembly, you will be presented with the actual GAC directory structure. Thank!

+3
source share
1 answer

There is no way to do this by going to Explorer. I share the frustration here as I ran into the same problem. The way I work is as follows:

  • Open CMD
  • Go to c: \ windows \ assembly to find the found assembly
  • -
  • " "

DLL Add Reference.

+1

Source: https://habr.com/ru/post/1764988/


All Articles