We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have packaged WinUI3 application (Net8.0). My solution contains 3 projects:
Project reference are:
MyApplication.DataSource uses EF core + Sqlite
If I start MyApplication and call the "DataSource" implementation located in MyApplication.DataSource, everything works correctly.
If background task from MyApplication.Component call the "DataSource" implementation located in MyApplication.DataSource will fail:
DllNotFoundException: Unable to load DLL 'e_sqlite3' or one of its dependencies: The specified module could not be found. (0x8007007E)
Windows 10 PRO Version 22H2 OS Build: 19045.4046 all updates installed
Can anyone advise me on what could be causing the error, or at least point me in the direction of what could be the cause and how to solve it?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Not a WinUI issue. I would try VS or the SqlLite teams.
Sorry, something went wrong.
No branches or pull requests
Hello,
I have packaged WinUI3 application (Net8.0). My solution contains 3 projects:
Project reference are:
MyApplication.DataSource uses EF core + Sqlite
If I start MyApplication and call the "DataSource" implementation located in MyApplication.DataSource, everything works correctly.
If background task from MyApplication.Component call the "DataSource" implementation located in MyApplication.DataSource will fail:
DllNotFoundException: Unable to load DLL 'e_sqlite3' or one of its dependencies: The specified module could not be found. (0x8007007E)
Windows 10 PRO
Version 22H2
OS Build: 19045.4046
all updates installed
Can anyone advise me on what could be causing the error, or at least point me in the direction of what could be the cause and how to solve it?
Thanks a lot
The text was updated successfully, but these errors were encountered: