Re: [sqlite] SQLite and EF and Generate DB from Model

2012-02-04 Thread Joe Mistachkin
Based on the attached exception you provided, it looks like you are trying to run the "test.exe" application included in the precompiled binary package? Since that application attempts to create a database in the same directory as the application, it would need to be run with administrator privil

[sqlite] SQLite and EF and Generate DB from Model

2012-02-04 Thread Martin Allen
** Exception Text ** System.Data.SQLite.SQLiteException (0x80004005): Unable to open the database file at System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool) in