简体   繁体   English

适用于Visual Studio 2013的SQLite

[英]SQLite for Visual Studio 2013

i have installed System.Data.SQlite ( Setups for 32-bit Windows (.NET Framework 4.5.1) ) on visual studio 2013. When i try to add System.Data.SQlite as a reference it isn't shown as a reference dll in the window. 我已经在Visual Studio 2013上安装了System.Data.SQlite( 用于32位Windows(.NET Framework 4.5.1)的安装程序)。当我尝试添加System.Data.SQlite作为参考时,未显示为参考窗口中的dll。 In visual studio 2010,2012 it can be added as a reference. 在visual studio 2010,2012中,可以将其添加为参考。 What is the reason for this? 这是什么原因呢? How can i use Sqlite in visual studio 2013? 如何在Visual Studio 2013中使用Sqlite?

You should try calling using SQLite; 您应该尝试using SQLite;调用using SQLite; . Forgive me if I'm wrong. 如果我错了,请原谅我。 I am new to SQlite too. 我也是SQlite的新手。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM