Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I can not use
using SQLite;
because I can not use Manage NuGut Packages. No package is visible to me.
I added "packages" from the previous project to my current project.
How to add these files (SQLite.cs and SQLiteAsync.cs in packages) to my project and use the properties of the database?

What I have tried:

I tried to install sqlite-net package to my project but I could not.
Posted
Updated 15-Jul-20 7:53am

1 solution

 
Share this answer
 
Comments
aazam rafiee zade 15-Jul-20 16:05pm    
Thank you.
I did pm>Install-Package sqlite-net-pcl -Version 1.0.10
but I saw error.
The underlying connection was closed: An unexpected error occurred on a send.
Where should I put this package (sqlite-net-pcl.1.0.10.nupkg)?
[no name] 15-Jul-20 19:50pm    
Sounds like you have network issues or you're skipping some important details. Nothing to do with Package Manager; it "puts" the package where it needs to go - in the "selected" project.
aazam rafiee zade 17-Jul-20 3:08am    
Hello
I added "https://www.nuget.org/api/v2/package/sqlite-net-pcl/1.0.10" to "Available package source" but it does not run.
I saw this error:
The underlying connection was closed: An unexpected error occurred on a send.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900