2016年3月17日 星期四

Fix found conflicts between different versions of the same dependent assembly warning


在 Build 專案時,
發生 found conflicts  between different versions of the same dependent assembly warning,
可是又不知道到底哪裡發生衝突,該如何是好呢?


請出 google 大神後,發現一個好用的工具 AsmSpy點此下載
用法很簡單:
AsmSpy D:\...\your project\bin

產出畫面如下:


由上圖可得知  ICSharpCode.SharpZipLib 發生衝突
NPOI.DDF 用的是 v 0.85.5.452 ,
其他專案用的是 v 0.86.0.518,

此工具可以很方便的判斷衝突的發生點,再進行處理囉!


沒有留言:

張貼留言