ILMerge 不适用于 .NET 1.1

发布于 2024-12-21 10:15:13 字数 276 浏览 1 评论 0原文

我尝试合并两个 .NET 1.1 程序集并在应用程序中使用它们。应用程序编译期间发生异常:

错误 1 ​​元数据文件 'c:\Source\ILMergeTest\App\Merged.dll' 无法打开 - '版本 1.1 不是兼容版本。' C:\Source\ILMergeTest\App\App\CSC App

Exception 与库内容无关。即使库为空,也会发生这种情况。

麻烦在哪里?

是否有合并 .NET 1.1 程序集的替代方法?

谢谢。

I try to merge two .NET 1.1 assemblies and use them in app. Exception occurs during app compilation:

Error 1 Metadata file 'c:\Source\ILMergeTest\App\Merged.dll' could not be opened -- 'Version 1.1 is not a compatible version.' C:\Source\ILMergeTest\App\App\CSC App

Exception isn't related with libs content. It occurs even if libs are empty.

Where is trouble?

Are there alternative ways to merge .NET 1.1 assemblies?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怪我入戏太深 2024-12-28 10:15:13

使用 /targetplatform 命令行开关。

例如,ILMerge.exe /targetplatform:v1.1

Use the /targetplatform command line switch.

For example, ILMerge.exe /targetplatform:v1.1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文