In the desperate hopes that the first email either didn’t send or just got lost in the flurry, I am asking my question a second time.
I am using sqlite with .net and entity framework 4. I am building an application in WPF that uses the sqlite for my data, and it has gone very well... up until I formatted my machine and set up my development environment again. I had everything backed up including my sqlite file, but I can’t get my database to open via my C# code in entity framework any more. I can still browse the database using visual studio’s server explorer so I know that it can be connected to, and that the data is accurate. I can delete and recreate my edmx based on my sqlite file so I am confident that the connection string references the right file. However any time I run my application I get an exception that my provider failed to open. I can’t help but feel like I must have forgotten something simple like installing something etc, but everything I have found makes me feel like I have all my ducks in a row. I would be incredibly grateful if anybody on this mailing list has any information. thanks, Danny _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

