-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
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
It seems that the 2.0.3 version of SQLitePCLRaw.bundle_winsqlite3 will cause UWP to fail to activate in Release mode #346
Comments
Hmmm. My first guess is that winsqlite3 doesn't support |
Can confirm, version 2.0.3 causes .NET Native builds to throw a 0xc0000139 entry point not found error. 2.0.2 works fine. |
@Shad0wlife Do you have a sample program that can reproduce this problem ? |
Setting up a repo for this would be way overkill already.
Hope this helps! |
Just a follow up because I recently looked into the cause for thi issue again: I'm currently on Win10 1809 for compatibility reasons, and the winsqlite3.dll is of version 3.23.2 (according to file details). So basically what I'm saying is: this issue was caused by Win10 having an outdated version of sqlite included (at least in older versions), so newer builds of Windows may have this issue fixed by default. |
If I use version 2.0.2 of SQLitePCLRaw.bundle_winsqlite3, it works fine.
If you use version 2.0.3, it will cause UWP to fail to activate normally at startup
The text was updated successfully, but these errors were encountered: