I am not planning to use EF Code First in an MVC Website. I am looking to Utilize it in a App that has a WPF Client.
Projects are setup as
- ContactManager.Core // Contains all
Entities(dll) - ContactManager.Data // Contains the DataContext and other data related Services(dll)
- ContactManager.Services // Business
components (dll) - ContactManager.Client // WPF
Application
I am unable to generate a SQLExpress or SQLCE 4.0 DB. I am more interested in compact version db. I am not getting any error except my unit tests fail because it tries to connect a db that doesnt exist.