can you tell me how to add SQLite to VS 2015.
I already installed : http://system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe without any success. can you help me please? Thanks in advance
can you tell me how to add SQLite to VS 2015.
I already installed : http://system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe without any success. can you help me please? Thanks in advance
Since you mentioned that the Visual Studio is Express Edition:
As per the Readme file provided with setup.
Visual Studio design-time Support, works with all versions of Visual Studio 2005/2008/2010/2012/2013/2015. You can add a SQLite database to the Servers list, design queries with the Query Designer, drag-and-drop tables onto a Typed DataSet, etc. Due to Visual Studio licensing restrictions, the Express Editions can no longer be supported.
As per the website FAQ:
What versions of Visual Studio are supported?
Currently, Visual Studio 2005, 2008, 2010, 2012, 2013, and 2015 are supported, including the "Express" editions; however, in order to build the entire solution, including the necessary native code, the "Professional" edition (or higher) is required. It may be possible to install both Visual C# Express and Visual C++ Express and then build the corresponding sub-projects via their respective integrated development environments (IDE); however, this configuration has not been tested. The design-time components are no longer supported for the Express editions due to licensing restrictions.