Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

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.
 
Share this answer
 
Hi thanks , can you please explain how to execute this exe.. in detail please...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900