c# Create a COM Library referenced class library?

-2

I have a class library project. - Output Name : cagdas.dll

Reference from the COM library. - This library : compr.dll

CLSID error when I add cagdas.dll to another project

Like this

COM library dll --> Class Library dll --> Consol App

{"{00853A19-BD51-419B-9269-2DABE57EB61F} Fetching the COM class factory for the component to the CLSID value failed because of the following error: 8007007e The specified module could not be found. (HRESULT returned exception: 0x8007007E).": Null}

What can I do ? or Can the class library reference the COM class ?

c#
class
asked on Stack Overflow Dec 20, 2019 by Cagdas Sancarbarlaz • edited Dec 20, 2019 by Cagdas Sancarbarlaz

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0