我试图把.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'
Run Code Online (Sandbox Code Playgroud)
我在命令行中输入了以下命令:
ILMerge.exe exe\ConsoleApplication1.exe lib\Final.dll /out:Final.exe /closed /zeroPeKind
Run Code Online (Sandbox Code Playgroud)
有人可以帮我吗?我不确定这意味着什么,谢谢!