从已经存在依赖DLL的项目中引用DLL

时间:2018-09-18 11:51:18

标签: c# dll interop

我在项目A.dll中有一个DLL名称B。现在,我创建一个名为C的项目(C#库),该项目引用了A.dll的某些功能。我编译了C并将其dll(C.dll)复制到项目B中,并添加了对它的引用。现在,当我尝试编译项目B时,出现错误Cannot embed interop types from assembly 'c:\Users\Desktop\Properties\C.dll' because it is missing either the 'ImportedFromTypeLibAttribute' attribute or the 'PrimaryInteropAssemblyAttribute' attribute"

请帮助我解决这个问题。

0 个答案:

没有答案