Click here to Skip to main content
15,898,996 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI Developers,

I have COM dll. When i am trying to registering DLL in 64 Bit machine using command prompt "C:\Windows\SysWOW64\regsvr32 C:\Windows\SysWOW64\name.dll" its not registering. its saying that DLL is loaded but dllregisterserver entry point was not found. PLease help i am new to this type of registering and development.

Thanks for helping

Regards,
Aravind
Posted
Comments
Sergey Alexandrovich Kryukov 3-Mar-14 12:19pm    
Why would you create a COM dll if you are already using .NET?
—SA

1 solution

 
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