我正在使用FaceRecognitionDotNet库来检测c#
中的人脸。它在本地工作正常,但是当我在Windows服务器上执行它时,抛出错误Unable to load DLL 'DlibDotNetNative' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
到目前为止,我已经检查并尝试了以下操作
DlibDotNet.dll
,DlibDotNetNative.dll
,DlibDotNetNativeDnn.dll
,FaceRecognitionDotNet.dll
已经在可执行文件夹中了.netcore3
Self-Contained
和Framework Dependent
的发布选项想知道我还能尝试什么,如果有人遇到相同的问题,那么您如何解决它。