Hello! I'm trying to make code-first Entity Framework model for SQLite database.
I have installed Entity Framework 6.1 and SQLite packages through NuGet Package Manager. Also I have installed this tools: http://www.microsoft.com/en-us/download/details.aspx?id=40762 to get "Code first" options in Entity Data Model Wizard. Now, when I'm trying to choose Code First From Database (and my SQLite database) option in Entity Data Model Wizard, I get error: "Your project references the latest version of Entity Framework; however, an Entity Framework database provider compatible with this version could not be found for your data connection. If you have already installed a compatible provider, ensure you have rebuilt your project before performing this action. Otherwise, exit this wizard, install a compatible provider, and rebuild your project before performing this action" As I noticed, SQLite 10.0.92.0 was built for EF version 6.0.2. I have installed EF 6.0.2 by Package Manager Console, but I'm still receiving this message. Can anyone help me? Thank you in advice _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users