FaceRecognitionDotNet: Getting error "Unable to load DLL 'DlibDotNetNative' or one of its dependencies"

0

I am using FaceRecognitionDotNet library to detect faces in c#. Its working fine locally but when I am executing it on windows server it throwing the error Unable to load DLL 'DlibDotNetNative' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Till now I have checked and tried below things

  • All the required libraries DlibDotNet.dll, DlibDotNetNative.dll, DlibDotNetNativeDnn.dll, FaceRecognitionDotNet.dll are already there in executable folder
  • Both local and server machine has .netcore3 installed
  • Tried with publish option with Development Mode Self-Contained and Framework Dependent

Wanted to know what else can I try and if anyone faced the same issue then how you have resolved it.

c#
face-recognition
.net-core-3.0
asked on Stack Overflow Sep 22, 2019 by Ranjit Singh • edited Jun 20, 2020 by Community

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0