C# ActiveX exe?
我需要一个进程外 C# COM 组件来托管 32 位 VB6 COM 对象。 我似乎不知道如何在 C# 中做到这一点。 我能想到的最接近的类似物是 activex exe,但 C# 似乎无法做到这一点。 由于客户端限制,我无法使用 com+ 或 dllhost.exe。 有人有什么想法吗?
I need an out of process C# COM component to host a 32 bit VB6 COM object. I can't seem to figure out how to do this in C#. The closest analogue I can think of is an activex exe, but it doesn't appear that C# can do this. Due to client restrictions, I cannot use com+ or dllhost.exe. Does anyone have any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此问题:是否有与 .NET 中的进程外 COM EXE 等效的工具?
See this question : Is there an equivalent to out-of-process COM EXE in .NET?