Windows 10 Universal Javascript app SQLite in Windows Mobile 10

无人久伴 提交于 2019-12-02 13:16:43

问题


I currently have a somewhat working Windows 10 Universal app that uses the SQLite wrapper available here. The problem however is, when I deploy the app to a Windows 10 Mobile emulator in visual studio, it ceases to work, and instead gives me the following error:

Exception is about to be caught by JavaScript library code at line 401, column 5 in /js/SQLite3.js 0x8007007e - JavaScript runtime error: The specified module could not be found.

As this works fine when deploying to local machine, is there some way I can ensure this works when deploying the UAP app to windows 10 mobile as well? Thanks a lot!


回答1:


did you add the Sqlite module to your project ?

(under References -> Right click -> add new reference.)



来源:https://stackoverflow.com/questions/32032927/windows-10-universal-javascript-app-sqlite-in-windows-mobile-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!