Hellow there !
I am trying to use “CppAst.Net” nugget in a visual studio extensibility project, So far, when doing it in a classic c# project everything work fine, but when trying in a VSX project I get a runtime error : “System.DllNotFoundException: ‘Unable to load DLL ‘libclang’ or one of its dependencies: Module could not be found”.
- After looking to both project settings they look the same and same target framework (.NET 8.0).
- When checking the CallStack the start work well (CppAst.dll and ClangSharp.Interlop.dll) to the call to libClang.dll.
- When checking the bin folder every dlls are present.
I’m starting to run out of ideas on how to make it work.
New contributor
Tamaho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.