Error message:
Could not load file or assembly 'System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.
I did search a lot on this error and got some solutions to this problem but non of them is helping me to solve the error.
When I code to connect to Sqlite database with 64-bit compatibility all goes well but I'm unable to solve the error for 32-bit compatibility used using NuGet package:
using system.data.SQlite
I'm unable to do a large code yet, I just count the record present in a table in Sqlite database.
Any help will be appreciated!
PS: Sorry for making a new thread on the same question (if I actually did).