OK ... I've done this and verified that the database file gets released appropriately when running my test code with EF5.
Thanks, - - - Philip ________________________________________ From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Joe Mistachkin [sql...@mistachkin.com] Sent: Friday, February 15, 2013 3:21 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0 in System.Data.SQLite Mason, Philip wrote: > > Looks like I have to flip the switch in SQLite.NET.Settings.targets > and SQLite.Interop.20XX.[vs]props to enable the functionality. Is > this correct? > Yes, the InteropLegacyClose MSBuild property in the "SQLite.NET.Settings.targets" file needs to be set to "true" and the define "INTEROP_LEGACY_CLOSE=1;" needs to be added to the INTEROP_EXTRA_DEFINES property in the SQLite.Interop.20XX.[vs]props file for the version of Visual Studio being used. -- 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