为 VB6 应用程序使用的 .NET 程序集编写 COM 互操作程序集

发布于 2024-09-08 09:28:33 字数 464 浏览 2 评论 0原文

我正在尝试在 vb6 应用程序和 .net 程序集之间创建 COM Interop 程序集 (myComInterop.dll)。我还试图使其成为“免费注册”(请参阅此处了解说明)。免于注册要求我创建 MyVb6App.exe.manifest 文件,并且使用强名称来签署 myComInterop.dll。但是,myComInterop.dll 中的引用也要求依赖程序集使用强名称进行签名。问题是一些依赖程序集是第三方库,我们无法将它们重建为延迟签名或自己签名。

有没有办法绕过依赖 dll 签名的要求?

I'm trying to create a COM Interop assembly (myComInterop.dll) between my vb6 app and a .net assembly. I'm also trying to make it so that it can be "registration free" (see here for explanation). The freedom from registration requires that I create a MyVb6App.exe.manifest file, and also that I use a strong name to sign myComInterop.dll. However, the references in myComInterop.dll require the dependent assemblies to be signed with a strong name, as well. The problem is that some of the dependent assemblies are 3rd party libraries that we can't rebuild them as delay signed or sign them ourselves.

Is there a way to get around this requirement that the dependent dlls be signed?

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

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

发布评论

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

评论(1

身边 2024-09-15 09:28:33

是什么让你认为它需要一个强有力的名字?这不是免注册 COM 的要求,博客文章中给出的示例也没有使用强名称程序集。

What makes you think it needs be strong named? This is not a requirement for reg-free COM, nor does the example given in the blog post use a strong-named assembly.

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