Bugs – RTFM

Bugs – RTFM

I recently found out of a bug in my SimpleBackup software that it simply failed to start.

The exception that was thrown is:

“Unable to load DLL ‘SQLite.Interop.dll’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

The reason for this is that the Visual C++ Redistributable Package was not installed on the computer.

I suggest, if this bug has occurred to download the package from Microsoft:

http://www.microsoft.com/en-us/download/details.aspx?id=40784

I’m somewhat sorry about this bug.. and will be fixing it for the programs to start use statically linked System.Data.SQLite configuration.