On 3 Jan 2011, at 1:58am, Danny Staten wrote: > 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.
Your problem is not with SQLite, it's either with '.net and entity framework 4' or with your own application. You are more likely to get help asking in a forum familiar with those things. I would suggest you post the exact text of your exception in a forum about 'entity framework 4', whatever that is. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

