c# - SQLite for WinRT 未通过 Windows 应用程序认证套件

标签 c# windows sqlite windows-runtime

我正在开发一个 Windows 8.1 WinRT 应用程序,但我似乎无法通过 WACK。它是在 Release模式下构建的,我已经尝试过 SQLite for Windows Runtime (8.1) Visual Studio 扩展的 3.8.5 和 3.8.7.4 版本。

以下是针对 3.8.5 编译的 WACK 结果中的消息:

◦API __CppXcptFilter in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API __clean_type_info_names_internal in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API __dllonexit in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _amsg_exit in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _calloc_crt in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _except1 in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _except_handler4_common in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _initterm in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _initterm_e in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _localtime64_s in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _lock in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _malloc_crt in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _msize in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _onexit in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API _unlock in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API free in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API malloc in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API memcpy in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API memmove in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API memset in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API qsort in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API realloc in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.
◦API strncmp in msvcr120_app.dll is not supported for this application type. sqlite3.dll calls this API.

我已经尝试了我能想到的一切,但我无法让它通过WACK。我尝试过排除 ARM、排除 x64...似乎没有任何方法可以实现此目的。我需要做什么才能让这个官方 SQLite for Windows Runtime 扩展通过 Windows 应用程序认证工具包?

最佳答案

我又恢复正常了,您需要卸载此更新:KB2976978

Source

关于c# - SQLite for WinRT 未通过 Windows 应用程序认证套件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27461473/

相关文章:

C# 使用 SHA-1 和 Base64 编码 wsse 安全 password_digest 不匹配服务器 password_digest

android - 如何直接播放/流式传输存储在 BLOB 中的视频

c# - C# 中的度量单位 - 几乎

asp.net - 使用 Active Directory/LDAP 的表单例份验证

c++ - 如何将 PCWSTR 转换为 char[] 或 wchar_t[]

windows - rhc 设置和 openshift 问题

sql - 如何删除 sqlite 中的重复行,其中包括 ID 的每一列都是重复的?

java - 如何等待异步任务中另一个类的方法在android中完成

javascript - Bootstrap 模式无法正确关闭

c# - 如何使用 Microsoft 的 EWS API 从联系人获取/设置扩展属性?