MSBuild doesn't copy references (DLL files) if using project dependencies in solution

前端 未结 19 1590
Happy的楠姐
Happy的楠姐 2020-11-22 07:24

I have four projects in my Visual Studio solution (everyone targeting .NET 3.5) - for my problem only these two are important:

  1. MyBaseProject &
19条回答
  •  暖寄归人
    2020-11-22 07:52

    I just had the exact same problem and it turned out to be caused by the fact that 2 projects in the same solution were referencing a different version of the 3rd party library.

    Once I corrected all the references everything worked perfectly.

提交回复
热议问题