我的C#Framework 4.6.1项目引用了一个Net DLL。 (DLibDotNet.Native.DLL)
我的项目编译正常。我清理了该项目,对其进行了重建,它仍然可以正常工作。
现在,当我删除对DLL的引用并重新添加它时,出现错误消息
Couldn't add reference to DlibDotNetNative.dll. Make sure that the file is accessible and that it's a valid assembly or COM component.
尝试使用TlbImp.exe会返回以下错误:
"The input file is not a valid type library."
取消引用后为何无法再次引用它是什么原因?