Using VB.NET 2008 DLL as a COM DLL

Using VB.NET 2008 DLL as a COM DLL,第1张

概述 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 editio 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. 总结

以上是内存溢出为你收集整理的Using VB.NET 2008 DLL as a COM DLL全部内容,希望文章能够帮你解决Using VB.NET 2008 DLL as a COM DLL所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1291073.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-10
下一篇 2022-06-10

发表评论

登录后才能评论

评论列表(0条)

保存