Using VB.NET 2008 DLL as a COM DLL

前端之家收集整理的这篇文章主要介绍了Using VB.NET 2008 DLL as a COM DLL前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
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. 原文链接:https://www.f2er.com/vb/260881.html

猜你在找的VB相关文章