ctigeek / InvokeQueryPowershellModule

A Powershell module of Cmdlets for querying most types of databases.
https://www.powershellgallery.com/packages/InvokeQuery
MIT License
58 stars 10 forks source link

New-SqliteDatabase : Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) #22

Open tjs-itb opened 1 year ago

tjs-itb commented 1 year ago

Hi

When running the New-SqliteDatabase command the following error is given: New-SqliteDatabase : Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E). This is fixed by copying the SQLite.Interop.dll file into the folder 'C:\Program Files\WindowsPowerShell\Modules\InvokeQuery\1.0.2' - ie the file is missing from the folder after installing the module