Windows 10 通用 Javascript 应用程序 SQLite 在 Windows Mobile 10 [英] Windows 10 Universal Javascript app SQLite in Windows Mobile 10

查看:45
本文介绍了Windows 10 通用 Javascript 应用程序 SQLite 在 Windows Mobile 10的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前有一个可以正常工作的 Windows 10 通用应用程序,它使用 此处 提供的 SQLite 包装器.然而,问题是,当我将该应用程序部署到 Visual Studio 中的 Windows 10 Mobile 模拟器时,它停止工作,而是出现以下错误:

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:

异常即将在行处被 JavaScript 库代码捕获401,/js/SQLite3.js 0x8007007e 中的第 5 列 - JavaScript 运行时错误:找不到指定的模块.

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.

由于这在部署到本地机器时工作正常,有什么方法可以确保在将 UAP 应用程序部署到 Windows 10 移动版时也能正常工作?非常感谢!

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!

推荐答案

您是否将 Sqlite 模块添加到您的项目中?

did you add the Sqlite module to your project ?

(在引用下 -> 右键单击​​ -> 添加新引用.)

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

这篇关于Windows 10 通用 Javascript 应用程序 SQLite 在 Windows Mobile 10的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆