【发布时间】:2015-07-31 01:02:27
【问题描述】:
我试图将 .dll 文件放入我的 .exe 文件中,但出现此错误:
ILMerge.exe: The assembly 'Final' has a value for it's PeKind flag
'Ilonly, requires32bits' that is not compatible with 'Ilonly, requires 32
bits, prefers32bits'
我在命令行中输入了这个命令:
ILMerge.exe exe\ConsoleApplication1.exe lib\Final.dll /out:Final.exe /closed /zeroPeKind
有人可以帮我解决这个问题吗?我不确定这是什么意思,谢谢!
【问题讨论】: