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?
Asked
Active
Viewed 226 times
-2

uakam
- 27
- 6
-
Mind if i ask , are you using crack version of `Revit` ?do you have the license file of it or not ? – Software Dev Apr 17 '18 at 14:39
-
Yes, I have the full license. – uakam Apr 17 '18 at 14:45
1 Answers
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