Error with Microsoft.EntityFrameworkCore.Sqlite
See original GitHub issueDescription
I want to use Microsoft.EntityFrameworkCore.Sqlite
in dotnet maui app. But the app crashes on start on iOS. The error message is:
System.DllNotFoundException Message=e_sqlite3
Steps to Reproduce
Run the repro project on iOS
Version with bug
Release Candidate 1
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15.4
Did you find any workaround?
No response
Relevant log output
No response
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Why can't I install Microsoft.EntityFrameworkCore.Sqlite?
The tutorial is about .netCore but in the error message you can see that you created a .netFramework project '.NETFramework,Version=v4.7.2' .
Read more >Getting error while scaffolding - Microsoft Q&A
Uninstall-Package Microsoft.EntityFrameworkCore.Tools and Reinstall the package. PM> Install-Package Microsoft.EntityFrameworkCore.SqlServer. PM ...
Read more >Microsoft SQLite error messages on UnRaid : r/jellyfin
EntityFrameworkCore.Model.Validation: The entity type 'ActivityLog' is configured to use schema 'jellyfin', but SQLite does not support schemas.
Read more >Microsoft.EntityFrameworkCore.Sqlite 7.0.10
Version Downloads Last updated
8.0.0‑preview.7.23375.4 2,449 12 days ago
8.0.0‑preview.6.23329.4 9,013 a month ago
8.0.0‑preview.5.23280.1 10,359 2 months ago
Read more >Error in creating a table when performing database ...
I fixed it by telling the sqlite where to write the database file by providing the Connection string in my json to look...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Duplicate of https://github.com/ericsink/SQLitePCL.raw/issues/468?
Have you tried with the latest preview of SQLitePCLRaw? Add this to your project:
Working example: https://github.com/VladislavAntonyuk/MauiSamples/tree/main/KanbanBoard