由于这两个错误,我无法通过Windows应用认证测试:
Package compliance test
FAILED
MyApp takes a dependency on Microsoft Visual C++ Runtime Package (Microsoft.VCLibs.120.00) framework but is missing the framework dependency declaration in the manifest.
Supported API test
FAILED
API RoReportUnhandledError in api-ms-win-core-winrt-error-l1-1-1.dll is not supported for this application type. SQLiteWinRT.dll calls this API.
API ??0AccessDeniedException@Platform@@Q$AAA@P$AAVString@1@@Z in vccorlib120_app.dll is not supported for this application type. SQLiteWinRT.dll calls this API.
API ??0COMException@Platform@@Q$AAA@HP$AAVString@1@@Z in vccorlib120_app.dll is not supported for this application type. SQLiteWinRT.dll calls this API.
.....
API malloc in msvcr120_app.dll is not supported for this application type. SQLiteWinRT.dll calls this API.
API memcpy in msvcr120_app.dll is not supported for this application type. SQLiteWinRT.dll calls this API.
应用类型:Windows Metro
平台:Windows 8
在那里我添加了SQLite项目作为我项目的参考。
有人遇到同样的情况吗?