您的位置:首页 > 编程语言 > VB

Using VB.NET 2008 DLL as a COM DLL

2011-09-13 12:41 411 查看
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. Exposing .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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: