How to update SQLite for Universal Windows Platform for Visual Studio 2019

Hong 1,046 Reputation points
2019-12-22T18:55:06.88+00:00

A UWP app uses SQLite for Universal Windows Platform. It was built quite a few years ago. Now, I am using VS 2019 and it does not accept SQLite for Universal Windows Platform. How can I use SQL Lite with VS 2019?

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Ronen Ariely 15,096 Reputation points
    2019-12-22T20:18:52.507+00:00

    Good day @Hong

    SQLite is not Microsoft product. It was simply embedded as/in extension SDK with the components needed to use SQLite. It is not directly supported and as you can see even in your link it explicitly advice "Further information, including complete documentation, may be found at the official web site "https://www.sqlite.org/"."

    The SQLite project has a great supporting channels and I highly recommend you to use these:
    https://www.sqlite.org/support.html

    I cannot advice or recommend this for someone in the forum which I am not fully familiar with his system/case, but In the mean time you might want to try to simply ignore the prompt error and go on this installation.

    Please check the following thread which include the exact same question and some more info
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/d8154242-d520-44fa-a734-ca026156d198/visual-studio-2019-sqlite-for-universal-windows-platform-quotis-not-compatible-?forum=vssetup

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. SADDAM AKHTAR 1 Reputation point
    2019-12-22T20:37:44.837+00:00
    0 comments No comments