guojin-yan / OpenVINO-CSharp-API

OpenVINO wrapper for .NET.
Apache License 2.0
137 stars 35 forks source link

System.DllNotFoundException: 'Unable to load DLL 'openvino_c': The specified module could not be found. #26

Closed nghiakthp2401 closed 3 months ago

nghiakthp2401 commented 3 months ago

image image

I download dll from Nuget Down there is all package i downloaded image

nghiakthp2401 commented 3 months ago

Tried update OpenVINO.runtime.win but not work. image

guojin-yan commented 3 months ago

May I ask what framework you are using? If it is the NET Framework, please copy all files from the running directory (./bin/Debug//DLL/win x64/) to the (./bin/Debug/) directory. Some versions are in the (./bin/Debug//DLL/win/) directory.

nghiakthp2401 commented 3 months ago

Thanks very much it work now.

LY0919 commented 3 weeks ago

I packed the generated file and put it on another computer, but it got an error Unable to load DLL openvion_c

nghiakthp2401 commented 2 weeks ago

I packed the generated file and put it on another computer, but it got an error Unable to load DLL openvion_c

try put these file in same dir with your exe file