© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•7mo ago•
46 replies
Mąż Zuzanny Harmider Szczęście

Wierd sqlite-net pcl issue

So i made a expense tracking app and now im hooking it up to a sqlite database, but when i try to text it, it throws wierd errors:
System.TypeInitializationException: „Inicjator typów zgłosił wyjątek dla typu 'Spending.Services.DatabaseService'.”
System.TypeInitializationException: „Inicjator typów zgłosił wyjątek dla typu 'Spending.Services.DatabaseService'.”

with 3 internal errors:
AggregateException: Wystąpił przynajmniej jeden błąd.

TypeInitializationException: Inicjator typów zgłosił wyjątek dla typu 'SQLite.SQLiteConnection'.

Exception: Library e_sqlite3 not found
plat: win
suffix: DLL
possibilities (2):
    1) D:\C#\Spending\bin\Debug\runtimes\win-x86\native\e_sqlite3.dll
    2) D:\C#\Spending\bin\Debug\e_sqlite3.dll
win TryLoad: D:\C#\Spending\bin\Debug\runtimes\win-x86\native\e_sqlite3.dll
thrown: System.ComponentModel.Win32Exception (0x80004005): Nie można odnaleźć określonego modułu
   w SQLitePCL.NativeLibrary.TryLoad(String name, Loader plat, Action`1 log, IntPtr& h)
win TryLoad: D:\C#\Spending\bin\Debug\e_sqlite3.dll
thrown: System.ComponentModel.Win32Exception (0x80004005): Nie można odnaleźć określonego modułu
   w SQLitePCL.NativeLibrary.TryLoad(String name, Loader plat, Action`1 log, IntPtr& h)
NOT FOUND
AggregateException: Wystąpił przynajmniej jeden błąd.

TypeInitializationException: Inicjator typów zgłosił wyjątek dla typu 'SQLite.SQLiteConnection'.

Exception: Library e_sqlite3 not found
plat: win
suffix: DLL
possibilities (2):
    1) D:\C#\Spending\bin\Debug\runtimes\win-x86\native\e_sqlite3.dll
    2) D:\C#\Spending\bin\Debug\e_sqlite3.dll
win TryLoad: D:\C#\Spending\bin\Debug\runtimes\win-x86\native\e_sqlite3.dll
thrown: System.ComponentModel.Win32Exception (0x80004005): Nie można odnaleźć określonego modułu
   w SQLitePCL.NativeLibrary.TryLoad(String name, Loader plat, Action`1 log, IntPtr& h)
win TryLoad: D:\C#\Spending\bin\Debug\e_sqlite3.dll
thrown: System.ComponentModel.Win32Exception (0x80004005): Nie można odnaleźć określonego modułu
   w SQLitePCL.NativeLibrary.TryLoad(String name, Loader plat, Action`1 log, IntPtr& h)
NOT FOUND
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ .NET 8 Identity with SQLite
C#CC# / help
2y ago
SQLite connection in .net maui
C#CC# / help
2y ago
Issue with SQlite command
C#CC# / help
16mo ago
❔ Rx.NET issue
C#CC# / help
4y ago