I am running into the following error after updating EF to version 6.1.1:
An unhandled exception of type \'System.InvalidOperationException\' occurred
To expand on Dabblernl's answers:
public ApplicationDbContext() : base("DefaultConnection", throwIfV1Schema: false) { Database.SetInitializer(null); }