C# - 使用外部CLR DLL

时间:2014-02-06 13:31:04

标签: c# dll yeppp

我正在尝试使用带有代码的外部库。我已经在Visual Studio中添加了它作为参考,并且自动完成等工作正常,我可以在键入代码时看到所有可用的方法。它也可以在没有任何警告或错误的情况下编译。

DLL与可执行文件位于同一目录中。

然而,我收到此错误:

"Unhandled Exception: System.TypeInitializationException: The type initializer fo
r '<Module>' threw an exception. ---> System.DllNotFoundException: Unable to loa
d DLL 'yeppp': The specified module could not be found. (Exception from HRESULT:
 0x8007007E)
   at Yeppp.Library.yepLibrary_Init()
   at Yeppp.Library.Init()
   at .cctor()
   --- End of inner exception stack trace ---"

我做错了什么?

1 个答案:

答案 0 :(得分:0)

http://docs.yeppp.info/cs/index.html#GettingStarted

如文章所述,您还需要部署yeppp.dll。