0

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.

1 Answer 1

3

You can use this link for solve your problem: ADO.NET 2.0 Provider

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.