unable to load dll 'sqlite.interop.dll' the specified module could not be found

0

I am creating a desktop application by using c# and sqlite. Now the problem is that when I publish and install that project on someone else's computer, I get this error. The application runs in the client's computer but the database does not load. I'm new to c # ,I do not understand this error.

unable to load dll 'sqlite.interop.dll' the specified module could not be found.

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text ************** System.DllNotFoundException: Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

c#
visual-studio
sqlite
system.data.sqlite
asked on Stack Overflow Sep 18, 2020 by gmJ

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0