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
A note if it helps anyone. I just had this problem.
This Fixed it: 1. Commenting out the Connection String 2. Rebuild Website without Connection String 3. Add Controller 4. Uncomment Connection String 5. Rebuild Website
All Works Fine.