sdcb / PaddleSharp

.NET/C# binding for Baidu paddle inference library and PaddleOCR
Apache License 2.0
1.07k stars 200 forks source link

本地部署IIS内可以正常使用,部署到Windows Server 2016服务器IIS报错 #71

Closed goodsxx closed 1 year ago

goodsxx commented 1 year ago

如题,报错: Unable to load shared library 'paddle_inference_c', dependencies load status: libiomp5md.dll: OK, handle=7ffdccbc0000 mklml.dll: OK, handle=7ffdba9b0000 onnxruntime.dll: FAIL, handle=0 onnxruntime_providers_shared.dll: FAIL, handle=0 paddle2onnx.dll: FAIL, handle=0 openblas.dll: FAIL, handle=0 mkldnn.dll: FAIL, handle=0

goodsxx commented 1 year ago

文档中已提供解决方案