-2

I am trying to use a SQLite in a Revit App but got the error shown in the image. the dll is referenced and I put it in the directory but it didn't work. What is the possible reason? enter image description here

uakam
  • 27
  • 6

1 Answers1

0

SQLite for .net have many versions. I do not know which version do you use, but for the Revit, which is only 64bit, I recommend to use this one:

sqlite-netFx45-binary-x64-2012-1.0.108.0.zip.

For this version, two dlls files (at least) need to be put in the app directory: System.Data.SQLite.dll and SQLite.Interop.dll

NeVeS
  • 48
  • 1
  • 5