C
C#10mo 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
Kouhai10mo ago
Try to right click on your project's reference and click Migrate packages.config to PackageReference
Севікс
СевіксOP10mo ago
I changed them version to that, right now it's work correctly
No description
Севікс
СевіксOP10mo ago
Idk is it good solution, but its work
Kouhai
Kouhai10mo ago
If it works it works, but I would not use a deperated package Migrating to PackageReference should fix that error iirc
Севікс
СевіксOP10mo ago
Okey, i will try
Севікс
СевіксOP10mo ago
I need to choose all?
No description
Севікс
СевіксOP10mo ago
Oh, its works! Thanks very much!

Did you find this page helpful?