+ 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?
1 ответ
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.