You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I tell this constructor to use the embedded resource? From what I can see, it only allows for a physical file path which won't work in my instance.
Is there any way to achieve this?
The text was updated successfully, but these errors were encountered:
The
SQLitePlatformWin32
constructor allows for anativeInteropSearchPath
.I followed this guide to merge my SQLite.Interop.dll
https://idmedia.no/general/including-sqlite-interop-dll-into-your-c-project/
How can I tell this constructor to use the embedded resource? From what I can see, it only allows for a physical file path which won't work in my instance.
Is there any way to achieve this?
The text was updated successfully, but these errors were encountered: