locked
[UWP] Newer versions of SQLite cause certification errors RRS feed

  • Question

  • Upon updating to Microsot.Data.SQLite package, certification fails with the following errors. Previous versions did not have this issue.

    • API __C_specific_handler in vcruntime140.dll is not supported for this application type. e_sqlite3.dll calls this API.
    • API __std_type_info_destroy_list in vcruntime140.dll is not supported for this application type. e_sqlite3.dll calls this API.
    • API memcmp in vcruntime140.dll is not supported for this application type. e_sqlite3.dll calls this API.
    • API memcpy in vcruntime140.dll is not supported for this application type. e_sqlite3.dll calls this API.
    • API memmove in vcruntime140.dll is not supported for this application type. e_sqlite3.dll calls this API.
    • API memset in vcruntime140.dll is not supported for this application type. e_sqlite3.dll calls this API.
    • API strrchr in vcruntime140.dll is not supported for this application type. e_sqlite3.dll calls this API.

    Monday, November 25, 2019 6:58 PM

All replies

  • Hi,

    Which version of the SQLite are you using? And did the error occur when you build the ARM64 app? If yes, you could try to add the newer version of the SQLitePCLRaw package to check if the error will occur again. About more details, you could refer to this similar thread. If it is not, can you please provide more details about your error?

    Best Regards,

    Fay


    "Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
    We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
    For more information, please refer to the sticky post.

    Tuesday, November 26, 2019 5:01 AM
  • Hi,

    Have you solved your problem? Do you have any other questions you want to clarify?

    The UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.

    Best regards,

    Fay


    "Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
    We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
    For more information, please refer to the sticky post.

    Tuesday, December 3, 2019 8:41 AM
  • Hi,

    Is there any update?

    The UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.

    Best regards,

    Fay


    "Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
    We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
    For more information, please refer to the sticky post.

    Friday, December 6, 2019 8:29 AM
  • Hi,

    Is there any update?

    The UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.

    Best regards,

    Fay


    "Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
    We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
    For more information, please refer to the sticky post.

    Monday, December 9, 2019 9:20 AM
  • Yes, the pre-release version of sqlite seems to have fixed the issue.
    Monday, December 9, 2019 7:41 PM
  • Hi,

    OK, glad to hear that.

    Besides, the UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.

    Best Regards,

    Fay


    "Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
    We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
    For more information, please refer to the sticky post.

    Tuesday, December 10, 2019 9:02 AM