Hi,
I use Visual Studio 2017 and I need SQLite for a web site project. I can download it via NuGet and download it for other solutions but as soon as I try to install it for a solution with this webapplication project, Visual Studio completely hangs after I agree to the License terms so that I have to kill the process via Task manager.
How can I get/implement SQLite dlls for this VB.NET project except via NuGet. Is there some site where I can download them?
The only files I found seem to support C++ only.
Regards,
Pascal
Edit: I just realized the existing project is a Web Site project and not a web application, that could explain why VS has probs adding SQLite class and references.