SQLite Forum

SQLite.Interop.dll is not loading due to its dependency binaries are missing in windows server core OS
Login
I am using System.Data.SQLite.dll(1.0.113.0) which calls SQLite.Interop.dll and have a very simple application just to read and write in a table.
The process could not load SQLite.Interop.dll on windows server core 2019(without desktop experience ) due to its dependent DLLs not being present in this version of the operating system. In Windows 10, Windows 7, Windows 2019 server with the desktop experience, it is loaded properly and everything works fine.

Do you know any workaround or any fix to address this issue?