Windows 10 Universal Javascript app SQLite in Wind

2019-03-01 13:04发布

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条回答
啃猪蹄的小仙女
2楼-- · 2019-03-01 13:23

did you add the Sqlite module to your project ?

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

查看更多
登录 后发表回答