SQLite Forum

SQLite.Interop.dll is not loading due to its dependency binaries are missing in windows server core OS
Login
> Do we know which all windows system binaries SQLite.Interop.dll uses ... ?

Just run `dumpbin /dependents SQLite.Interop.dll` to see the linked DLLs. If you
have no MSVC environment ready to run this command, you can also use a simpler
tool like [pelook](https://bytepointer.com/tools/index.htm#pelook) (disclaimer:
this is a 3rd party closed-source program).