takuya-takeuchi / DlibDotNet

Dlib .NET wrapper written in C++ and C# for Windows, MacOS, Linux and iOS
MIT License
486 stars 134 forks source link

dlls dependencies #6

Closed doczoidberg closed 6 years ago

doczoidberg commented 6 years ago

I try to transfer my app (facelandmark) to run on another pc than my dev machine.

Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'DlibDotNet.Native.dll': Modul was not found. (Exception from HRESULT: 0x8007007E)
   at DlibDotNet.ImageWindow.Native.image_window_new()

the dlls are there? Do I need dlib dlls? or additional .NET installs?

doczoidberg commented 6 years ago

I needed to install ,NET core 1.1 runtime packages frome here. I thought core 2 runtime would be enough but this was not the case.

Azizgaamouz commented 6 years ago

Hi doczoidberg did you find a way to fix the exception ? i run into the same error... Any idea ?

doczoidberg commented 6 years ago

yes, Just read my last message?!

Azizgaamouz commented 6 years ago

Hi again I'm getting a headhack to understand what's happened. I really appreciate if you can help... Just have a look on this image when you have a moment: https://user-images.githubusercontent.com/36734999/36944886-c6647f1e-1f9c-11e8-8357-e6859fed105c.png thanks a lot Aziz

Azizgaamouz commented 6 years ago

Hi I'm using dotnet core 2.0, windows 8.1 and visual studio 2017... for informations if usefull Thanks again

doczoidberg commented 6 years ago

I needed to install ,NET core 1.1 runtime packages