Now that the SQLite.Ado.Net project has moved from Phoenix Software Solutions to the SQLite team, there are several different packages available for each version of the .Net framework:
- Setups: Includes design-time component for VS 2005, and Visual C++ 2005 SP1 runtime
- Precompiled Binaries: The Visual C++ 2012 RTM runtime is not included
- Precompiled Statically-Linked: The Visual C++ 2005 SP1 runtime for x86 is statically linked
Each package is available in two versions:
- bundle = "mixed-mode assembly + all the binaries"; mixed-mode assembly only necessary when the binary assembly must be installed in the GAC
- no-bundle = "all the binaries"
Which package should I download for...
- a developer host working with VB.Net Express
- a user host running a VB.Net application ?
Thank you.