C#使用onnxruntime加载模型,部署到别人的PC上报错
- C#使用onnxruntime加载模型,部署到别人的PC上报错
- 解决方案
C#使用onnxruntime加载模型,部署到别人的PC上报错
C#使用onnxruntime加载模型,部署到别人的PC上报错:
System.TypeInitializationException: The type initializer for ‘Microsoft.ML.OnnxRuntime.NativeMethods’ threw an exception.
—> System.DllNotFoundException: Unable to load DLL ‘onnxruntime’ or one of its dependencies: 动态链接库(DLL)初始化例程失败。 (0x8007045A)
at Microsoft.ML.OnnxRuntime.NativeMethods.OrtGetApiBase()
at Microsoft.ML.OnnxRuntime.NativeMethods…cctor()
解决方案
需要安装VC++运行时,下载地址如下:
https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170