Is there a 64-bit SQLite.dll?

1.1k Views Asked by At

I have SQLite in my app that I pulled using NuGet. It is version 1.0.108. Is this anyCPU or is it 32-bit? There are many posts discussing that the DLL is bit specific.

dumpbin says it's 32-bit DLL. But my app (set to anyCPU) runs fine in 64-bit mode calling sqlite.dll.

Is this no longer an issue and it now can be called from either mode?

NuGet: System.Data.SQLite.Core by SQLite Development Team version: 1.0.108 Description: The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.

enter image description here

0

There are 0 best solutions below