Hi all,
i am creating one window service in this onStart i am writing code for SQlite query as below
But i am getting error"Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
even i put this .dll in bin folder also but its not working abd same code running in my C# application without any error.