Articles → .NET → Unable To Load DLL 'Sqlite.Interop.Dll'_ The Specified Module Could Not Be Found
Unable To Load DLL 'Sqlite.Interop.Dll'_ The Specified Module Could Not Be Found
Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found.
Resolution
- Right-click on the project and click on ‘Unload Project’.
Click to Enlarge
- Right-click on project file and click on edit
Click to Enlarge
- Add the following code
<PropertyGroup>
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
<CopySQLiteInteropFiles>false</CopySQLiteInteropFiles>
<CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles>
<CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles>
</PropertyGroup>