加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

Using VB.NET 2008 DLL as a COM DLL

发布时间:2020-12-16 22:48:17 所属栏目:大数据 来源:网络整理
导读:Let us know your VB2008 edition. Is it the Express or other edition? I think that ' Register for COM Interop' option and ComClass template should be supplied VS2008 standard edition and higher edition. I use VS team system 2008 and have the
Let us know your VB2008 edition. Is it the Express or other edition?

I think that ' Register for COM Interop' option and ComClass template should be supplied VS2008 standard edition and higher edition. I use VS team system 2008 and have these features.

If you use VB Express,you also can implement your requirement to decorate the interface and class with some attributes so that this .NET component can be used as one COM component. Please refer to the following articles for your reference:

1. Exposing COM interfaces of a .NET class library for Late Binding
An article on how to expose COM interfaces for .NET components to be used by clients using Late Binding.
http://www.codeproject.com/KB/vb/MusaExposingCOM.aspx

2. E xposing .NET Components to COM
A method of calling .NET functions from a COM enabled non .NET environment through a COM callable wrapper.
http://www.codeproject.com/KB/COM/nettocom.aspx

Riquel
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback,please tell us.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读