onnxruntime_providers_shared.dll path issue #24488
Unanswered
johnpaultaken
asked this question in
EP Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having this issue due to some recent change that my app is not loading onnxruntime_providers_shared.dll.
https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/core/session/provider_bridge_ort.cc#L1741
At this code location it seems code is insisting the location of onnxruntime_providers_shared.dll need to be same as the executable.
However it need to have the path flexibility that all dlls have ie first executable location, then check current directory, then PATH etc.
How does it work for onnxruntime.dll ?
Beta Was this translation helpful? Give feedback.
All reactions