Click here to Skip to main content
15,881,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed the windows desktop based application with the help of sqlite database
it is woking fine in developer machine but when i create installation setup and install in another machine it is getting error
System.DllNotFoundException

Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. 
how can i solve this?

What I have tried:

Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. 
Posted
Updated 27-Dec-17 0:12am

The error showing that you must add 'SQLite.Interop.dll' in setup .
 
Share this answer
 
Comments
Member 12861448 27-Dec-17 4:35am    
yes i add but now also it is getting error
Member 12861448 28-Dec-17 0:12am    
thanks it solve my problem
Hello,
as you added this interop dll this is com component so this dll need to register.
Please register this dll on PC otherwise install SQL Lite on that PC .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900