开发者

Does Reg-Free COM work with Interop?

开发者 https://www.devze.com 2023-01-21 20:02 出处:网络
What is the consensus here? I have a VB6 app using Interop to utilise .NET开发者_如何学Python assemblies.Could I use Reg-Free COM to \'register\' the .NET assemblies?Yes, you can. First you create &a

What is the consensus here?

I have a VB6 app using Interop to utilise .NET开发者_如何学Python assemblies. Could I use Reg-Free COM to 'register' the .NET assemblies?


Yes, you can. First you create & embed the .NET assembly manifest (the one containing assemblyIdentity) then in the VB6 exe manifest you "reference" it with dependentAssembly tag.

Unattended MMM generates (and embeds) both manifests.

0

精彩评论

暂无评论...
验证码 换一张
取 消