0

When i run my app, and try to load new DbContex, i see unacceptable long time to load the Form, i haven't change any thing in the schema, i think among the causes in this anomaly, the schema verification! is it possible to disable this and how?

saimmm
  • 1
  • 2

1 Answers1

0

If you don't validate the schema then you can't use migrations (essentially the verification is to see which migrations need to be applied).

To completely disable migrations see How to disable migration in Entity Framework 4.3.1?

Community
  • 1
  • 1
Richard
  • 106,783
  • 21
  • 203
  • 265