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 ?
User contributions licensed under CC BY-SA 3.0