Is SQLite 3.20.0 really incompatible with VS2017? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is SQLite 3.20.0 really incompatible with VS2017?

When trying to install the SQLite Runtime from Extentions and Updates in Visual Studio 2017, after the downloading apears that message: "This extention is not compatible with VS2017. Installation may cause VS to be unstable. Continue?" Is a good idea to continue or I have to forget coding c# with sqlite for now? is there any other more stable way to do it?

4th Aug 2017, 11:33 AM
c0d3punk
c0d3punk - avatar
1 Answer
0
Visual Studio isn't the source of compatibility, but the framework you are working with. Check SQLite compability with whatever framework your app is on.
28th Aug 2017, 4:24 AM
JUAN ANTONIO SARMIENTO
JUAN ANTONIO SARMIENTO - avatar