/ / SQLite für WinRT fehlgeschlagen Windows App Certification Kit - c #, Windows, SQLite, SQLite3, Windows-Laufzeit

SQLite für WinRT fehlgeschlagen Windows App Certification Kit - c #, Windows, SQLite, SQLite3, Windows-Laufzeit

Ich habe ein Windows 8.1 WinRT-App, die ich entwickle, dass ich WACK anscheinend nicht passieren kann. Es ist in Release-Modus gebaut, und ich habe sowohl 3.8.5 und 3.8.7.4 Versionen der SQLite für Windows Runtime (8.1) Visual Studio-Erweiterungen versucht.

Hier ist die Nachricht aus den WACK-Ergebnissen gegen 3.8.5 zusammengestellt:

◦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.

Ich habe alles versucht, was mir einfällt, und ich kann es nichtLass es WACK passieren. Ich habe versucht, nur ARM auszuklammern, ausgenommen x64 ... nichts scheint dies zu tun. Was muss ich tun, um diese offizielle SQLite für Windows Runtime-Erweiterung zu erhalten, um das Windows App Certification Kit zu bestehen?

Antworten:

2 für die Antwort № 1

Ich habe es wieder funktioniert, müssen Sie dieses Update deinstallieren: KB2976978

Quelle