Did Sqlite works with .net 6.0 framework application with 32 bits?
I’m trying to downgrade my current application to 32-bit, but found out run with x86 will encounter error which when run with 64-bit won’t encounter, and it shows that the problem happens at the connection of database, and I’m wondering is it because I use .net 6.0 framework which not compatible with Sqlite and run with 32-bit. I’m trying to downgrade the application without changing the framework, and database too. FYI, run with 64-bit the app works fine, but run with 32-bit will show database connection issue.