重复 调用 .NET 方法从 VB6 通过 COM 可见 DLL
在 VB6 或经典 ASP 中使用/调用 .NET 类/函数/库 (.net 3.x) 有哪些方法?有没有人有这方面的经验?将 .NET 包装到 COM 需要多少努力?有没有帮助的工具?
Which ways exist to use/call .NET classes/functions/libraries (.net 3.x) in VB6 or classical ASP ? Has anybody experiences with that ? How much effort is necessary to wrap .NET to COM ? Are there tools which help ?
实际上很简单,我创建了从 VB6 COM dll 和 Classic ASP 调用的 .NET 组件.您基本上需要创建一个 COM 可调用包装器,它将 .NET 组件公开给 COM 客户端.本文将帮助您入门
It's pretty easy actually and I have created .NET components called from both VB6 COM dlls and Classic ASP. You essentially need to create a COM callable wrapper thats exposes the .NET component to a COM client. This article will get you started
从 COM 组件调用 .NET 组件
几个指针
这篇关于在 VB6 或经典 ASP 中使用 .NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!