Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Duplicated DLL in the "Detected Dependencies" folder

In my solution I have to project using the same references (AxInterop.QTOControlLib.dll, Interop.QTOControlLib.dll and Interop.QTOLibrary.dll).

My problem is that in my deployement project, these dependencies appear twice in the "Detected Dependencies" folder, thus lead to several warning like : Warning 1 Two or more objects have the same target location ('[targetdir]\interop.qtocontrollib.dll') C:\xxx\xxx\xxxx.vdproj

How can I get rid of that?

like image 954
Martin Delille Avatar asked Oct 21 '09 15:10

Martin Delille


1 Answers

The thread in this link on MSDN discusses a similar problem and offers a few suggestions.

like image 159
dan9298 Avatar answered Nov 09 '22 12:11

dan9298