Could not able to register the third party DLL using regsvr32

Posted by Mahadev Malkar on Stack Overflow See other posts from Stack Overflow or by Mahadev Malkar
Published on 2012-09-11T09:36:33Z Indexed on 2012/09/11 9:37 UTC
Read the original article Hit count: 190

Filed under:
|

i have been trying to register the third party dll file using the regsvr32 command, but it keeps giving me the error that 'the dll doesn't have a entry point, dll could not be registered'. Is it possible to register the dll and use it as a COM component in .NET ?

Or I want to use that dll as a COM component in c#.NET. Is there any way to use that dll as COM Component. When i tried to use it as COM component, the dll file, its methods, interfaces are visible in .NET. but when i tried to use any of that interface it gives me error as 'Retrieving the COM class factory for component with CLSID {C4CC4F47-2AF6-41FA-A43D-01E8B3050D3F} failed due to the following error: 80040154.'.

Plz tell me any solution.

© Stack Overflow or respective owner

Related posts about c#

Related posts about regsvr32