windows - Sqlite dll Connection object throws Exception only in UWP Win 10 Mobile -
we using sqlite uwp windows 10 store local data on our app, seems work fine in windows 10 pc, code throws exception while creating new sql connection object in windows mobile. please find screen shot more details.
this call tend exception.
conn = new sqlite.net.sqliteconnection(new sqlite.net.platform.winrt.sqliteplatformwinrt(), path);
kindly request on fix.
according code snippet, using sqlite.net-pcl nuget package. run on mobile or emulator may need add "visual c++ 2015 runtime" package reference of project.
on side, add reference error gone. more details please reference note part of sqlite.net-pcl
on github, , similar thread.
Comments
Post a Comment