小编Par*_*are的帖子

ILMerge的问题

我试图把.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)

有人可以帮我吗?我不确定这意味着什么,谢谢!

c# dll ilmerge

8
推荐指数
1
解决办法
916
查看次数

标签 统计

c# ×1

dll ×1

ilmerge ×1