machinelearning-samples
machinelearning-samples copied to clipboard
onnx detection can't find onnxruntime.dll,how to solve it?
System.TypeInitializationException: 'The type initializer for 'Microsoft.ML.OnnxRuntime.NativeMethods' threw an exception.' Unable to load DLL 'onnxruntime': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at Microsoft.ML.OnnxRuntime.NativeMethods.OrtGetApiBase() at Microsoft.ML.OnnxRuntime.NativeMethods..cctor() '
This should be fixed by installing the Microsoft.ML.OnnxRuntime NuGet package.
@wangkaichuang did the suggestion from @jwood803 fix your issue?
I got the same issue. i tried following the suggestion from @jwood803 but i can't fix it