2014-09-12 33 views
0

我無法通過,因爲這2個錯誤的Windows應用程序認證測試:Windows應用商店的認證 - 錯誤使用SQLite

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 [email protected]@@[email protected][email protected]@@Z in vccorlib120_app.dll is not supported for this application type. SQLiteWinRT.dll calls this API. 
API [email protected]@@[email protected][email protected]@@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地鐵
平臺:Windows 8的

在那裏我添加SQLite項目作爲我的項目的參考。

enter image description here

任何人都會遇到同樣的情況?

+0

你找到了這個問題的答案嗎? – dcary 2015-01-13 19:18:55

回答

0

您需要使用Windows應用商店專用庫。請參閱here

+0

我知道這些DLL,但他們都沒有工作形式。正如我所說的,我的目標是Windows8而不是8.1,並且只有我所知道的oslution才包括在內。 Sqlite.cs作爲單獨項目並添加對該項目的引用 – Jalle 2014-09-12 19:57:03

+0

您是否嘗試過nuget包? http://visualstudiogallery.msdn.microsoft.com/23f6c55a-4909-4b1f-80b1-25792b11639e – mydogisbox 2014-09-12 20:26:39

相關問題