合并 winphone 7 的 dll

发布于 2024-10-14 11:34:56 字数 335 浏览 1 评论 0原文

我在这个论坛上读到了一个主题“如何将 ILMerge 与 Windows Phone 7 程序集一起使用?”说ILMerge不支持WP7。我自己尝试了一下,得到了同样的结果。似乎不起作用。除非我都做错了!

有没有其他方法可以将多个 dll 合并为一个,我找不到用于此目的的工具(除了 ILMerge 和 NETZ 之外,它们似乎都只处理 .NET)。我有一个 C# WP7 项目,它生成 5 个 dll。想要将它们全部合并为一个。对于在其上编写应用程序的人来说会更容易处理。

我正在使用适用于 Windows Phone 的 MS Visual Studio 2010 Express。

将不胜感激一些建议!

I read a thread on this forum "How can I use ILMerge with Windows Phone 7 assemblies?" saying that ILMerge did not support WP7. I tried it myself, and got the same result. Does not seem to work. Unless I'm doing it all wrong!

Is there any other way to merge several dll's into one, I cannot find a tool for this (besides ILMerge, and NETZ which both seem to handle .NET only). I have a WP7 project in C# that produces 5 dll's. Would like to merge them all into a single one. Would be easier to handle for the people writing the application on top of them.

I am using the MS Visual Studio 2010 Express for Windows Phone.

Would be thankful for some advice!

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

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

发布评论

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

评论(2

琴流音 2024-10-21 11:34:56

我设法 IL 合并 WP7 程序集,并且对此深感困扰 这里

希望这对某人有帮助......

I'm managed to IL Merge WP7 assemblies and I've bogged about it here

Hope this helps someone...

卖梦商人 2024-10-21 11:34:56

ILMerge 尚未更新为支持 Windows Phone 7。虽然可能性不大,但是 Jeffrey Richter 将引用的程序集添加为嵌入式资源的方法可能有效。

ILMerge has not been updated to support Windows Phone 7. It's a long shot, but Jeffrey Richter's approach of adding the referenced assemblies as embedded resources might work.

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