C
C#7mo ago
Севікс

WinForms problem with SQLite

Hello, i using .NET 4.7.2 in MVS projects. I download Microsoft.Data.SQLite 8.0.7 and some needed packages using NuGet. When i try to get connection with my DB i get error:
7 Replies
Kouhai
Kouhai7mo ago
Try to right click on your project's reference and click Migrate packages.config to PackageReference
Севікс
СевіксOP7mo ago
I changed them version to that, right now it's work correctly
No description
Севікс
СевіксOP7mo ago
Idk is it good solution, but its work
Kouhai
Kouhai7mo ago
If it works it works, but I would not use a deperated package Migrating to PackageReference should fix that error iirc
Севікс
СевіксOP7mo ago
Okey, i will try
Севікс
СевіксOP7mo ago
I need to choose all?
No description
Севікс
СевіксOP7mo ago
Oh, its works! Thanks very much!

Did you find this page helpful?