I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code.
As part of this migration, I am using the following package:
<PackageReference Include="Mono.Data.Sqlite" Version="1.0.61" />
when I try to open a database connection on Android in Visual Studio 2022 (windows), , I encounter an exception indicating that sqlite3.dll is not found.
The exception message I receive is:
System.DllNotFoundException: Unable to load DLL ‘sqlite3’: The specified module could not be found.
Note: This exception happening only on Android, It’s working properly in iOS.
I also tried in the mac system. Still facing the same issue.
Please help us to resolve this issue.
Karthika M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
0