Answer the question
In order to leave comments, you need to log in
What type of System.Data.SQLite.dll library to use?
Do I understand correctly that:
1. the Setups libraries : "setup-bundle" and "setup" are only used on development machines, not for end users?
2. Precompiled Binaries libraries : "binary-bundle" and "binary" require "Microsoft Visual C++ Redistributable" to be installed on the machine?
3. Precompiled Statically-Linked Binaries : "static-binary-bundle" and "static-binary" have no additional requirements and will work on any machine no matter what is installed?
4. But I don't understand the difference between "bundle" and "not bundle".
"bundle" - one dll file is included in the project and that's it (when building, the studio will "put" the library next to the executable file)
"not bundle" - one dll file is included in the project, then you need to manually create the "x86" folder, manually " put" in it the file "SQLite.Interop.dll" (which cannot be included in the project) and the same for the "x64" folder.
Why then do you need a "non-bundle" version if it's so inconvenient to use?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question