c# - How to install System.Data.Sqlite -
i using visual studio 2010. trying install sqlite framework here . i've installed precompiled binary windows, in visual studio there no system.data.sqlite. i've added configuration file this:
<configuration> <system.data> <dbproviderfactories> <remove invariant="system.data.sqlite" /> <add name="sqlite data provider" invariant="system.data.sqlite" description=".net framework data provider sqlite" type="system.data.sqlite.sqlitefactory, system.data.sqlite" /> </dbproviderfactories> </system.data>
i still cannot import library. i'm not sure how working. in xcode drag source files wrapper project, , add sqlite db. not easy here guess. also, on mac create db structure through bash shell using sqlite3. how can on windows too?
i suggest go older version the original website. comes installer solves configuration headaches you. used in vs 2008 though, there worked flawlessly.
Comments
Post a Comment