I\'m using VS 2010 Premium. I have a MVC4 project using SqlCe 4.0 with a entity framework model.
Model is:
public class ProjectBuild { p
If you're using VS 2012, you will need to also tell EF to use SQL Compact instead of localDb.
An easier way is to install the EF SQL Compact Nuget package.
For more details, check out this blog entry.