修复/避免/忽略递归引用错误?

发布于 2024-11-11 16:25:21 字数 109 浏览 4 评论 0原文

我需要两个相互引用的类库。
为什么?一种是用 C# 编译的,另一种是用 VB.NET 编译的。

如果我能够以某种方式以编程方式合并程序集,而不需要外部程序甚至扩展框架,那就更好了。

I need two class libraries that reference each other.
Why? One is compiled in C# and the other in VB.NET.

It would be better if I could somehow merge the assemblies programmatically, without requiring external programs or even the extended framework.

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

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

发布评论

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

评论(1

旧时浪漫 2024-11-18 16:25:21

通过程序集链接器工具将程序集编译为多模块程序集。
例如:
http://blogs.msdn.com/b/junfeng /archive/2004/07/15/183813.aspx

Compile your assemblies via assembly linker tool into multimodule assembly.
For example:
http://blogs.msdn.com/b/junfeng/archive/2004/07/15/183813.aspx

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