We are using EntityFramework 6 with Code First. We have a console app that has no reference to EntityFramework but reads the connection string from its App.config. It call
I tend to add EntityFramework to the web project as well as the assembly that actually references it.