I am doing one WPF application in VS 2013 and trying publish it. As long as the application run within Visual Studio in release or debug mode, everything is fine. But when I publish the application and install from setup file and open application it give following error.
Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E).
I have already tried solution of adding the missing file to project i.e. DLL 'SQLite.Interop.dll' and changing its properties like set Copy to Output Directory to Always Copy and "Build action = content" Change it in "Build Action = Embedded Resource" but its still not working giving same error.
Aucun commentaire:
Enregistrer un commentaire