【发布时间】:2012-09-06 13:32:34
【问题描述】:
当我在 JustDecompile 中反编译我的程序集时,我发现它们引用了某些 .NET 库的多个版本。
这是一个示例(mscorlib、System.Drawing 和 System.Windows.Forms 被引用两次):
mscorlib, Version=2.0.0.0
mscorlib, Version=4.0.0.0
System, Version=4.0.0.0
System.Core, Version=4.0.0.0
System.Data, Version=4.0.0.0
System.Drawing, Version=2.0.0.0
System.Drawing, Version=4.0.0.0
System.Windows.Forms, Version=2.0.0.0
System.Windows.Forms, Version=4.0.0.0
有人可以解释一下为什么会这样吗?
谢谢
【问题讨论】:
标签: c# .net clr static-analysis decompiling