We have not done this in the past. We are trying to create a SQLite database to use as a project file for software we're developing. The test project I linked to in the initial email is one we were able to first make work with MS SQL Compact, but it has limitations that we want to avoid.
The test project steps are: 1) Create a new console app in VS2013 2) Manage NuGet packages and add the SQLite packages (which also install Entity Framework) 3) Copy in the schema class and main function (found in the link) 4) Run the program ==================================================== Walter Williams Senior Software Engineer Sawtooth Software, Inc. ---------------------------------------------------- "Do, or do not. There is no try." -----Original Message----- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Monday, February 09, 2015 4:01 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Repost: Having problems with Entity Framework code first db creation Walter Williams wrote: > > Nothing changed after installing it. > What steps in the IDE are you taking to get to that point? Have these steps worked in the past? I'm asking these questions because I'm not completely sure that the System.Data.SQLite provider supports the various "code first" scenarios with the Entity Framework. Some errors we have seen in the past are: https://system.data.sqlite.org/index.html/tktview/f37ca75 and https://system.data.sqlite.org/index.html/tktview/6b5ef4f -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users