References to a project that references third party libraries installed on system.

  • Thread starter Thread starter LazyCod3r
  • Start date Start date
L

LazyCod3r

Guest
Hi Everyone, I know similar questions has been asked before, I checked but still have some doubts

I have project A that references lib1.dll, lib2.dll from a software installed on my system; Windows 10 Pro, project B references project A and when I run my solution and project B tries to use a type on lib1.dll it requires me to add references to lib1.dll; shouldn't it be enough that my referenced project A already has a reference to those libraries?


Thank you in advance,


Luis


Luis

Continue reading...
 
Back
Top