NET中的COM组件注册 [英] COM component Registeration in .net

查看:74
本文介绍了NET中的COM组件注册的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在VS2005中开发VB.Net应用程序,因此尝试将COM组件包含在我的项目中.
为此,我从项目中单击添加引用"选项,然后从弹出窗口中单击"COM"选项卡.我如何在该列表中列出我的Com组件..请帮助我..
我尝试使用"regsvr32< dll path>"在我的系统中注册COM组件.但是我收到错误消息,提示找不到DllRegisterServer入口点".
你能帮我吗?

在此先感谢
karthikesan

Hi all,

I''m developing VB.Net application in VS2005, i m try to include the COM component in my project.
For that i click the "Add reference" option from the project and Clicked the "COM" tab from the popup. How can i list my Com Component in that list.. Please help me..
And i try to register the COM Component in My System using "regsvr32 <dll path>" But i got the error says " the DllRegisterServer entry point was not found ".
can u please help me.

Thanks in advance
karthikesan

推荐答案

要注册,请查找RegAsm.exe(对于COM +应用程序,为RegSvc.exe)-我在c:\windows\microsoft.net\framework\v2.0.50727中拥有它.
我想未列出.NET COM对象,而应将它们引用为程序集.
For registration look for RegAsm.exe (RegSvc.exe for COM+ applications) - I have it in c:\windows\microsoft.net\framework\v2.0.50727.

I suppose that .NET COM objects are not listed and they should be referenced as assemblies instead.


谢谢,谢谢,您能解释一下如何执行此exe吗..请详细...
Hi thanks , can you please explain how to execute this exe.. in detail please...


这篇关于NET中的COM组件注册的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆