我在我的应用程序上运行了 Windows 8 应用程序认证工具包,它说它会因为 Sqllite 而失败。我是否错误地引用了代码或者我可以忽略这个问题?这是回应:
未修复时的影响:使用不属于 Windows 应用商店应用程序的 Windows SDK 的 API 违反了 Windows 应用商店认证要求。
- 此应用程序类型不支持API
__CppXcptFilter
输入。调用此 API。msvcr110.dll
sqlite3.dll
- 此应用程序类型不支持API
__clean_type_info_names_internal
输入。调用此 API。msvcr110.dll
sqlite3.dll
- 此应用程序类型不支持API
__crtTerminateProcess
输入。调用此 API。msvcr110.dll
sqlite3.dll
- 此应用程序类型不支持API
__crtUnhandledException
输入。调用此 API。msvcr110.dll
sqlite3.dll
我正在引用这个文件:
SQLite for Windows Runtime
SQLite.WinRT, Version=3.7.14
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\SQLite.WinRT\3.7.14\
在我使用 XAML 的 Windows 8 Metro 应用程序中。
以下是我的参考资料:
地铁应用:
类库