EF Code First - Timeout expired. The timeout period elapsed prior to completion

后端 未结 6 1187
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-06 23:34

Apology for this strangely worded question. I don\'t know what the actual problem is but hopefully someone can give me some insights.

I am getting the following error wh

6条回答
  •  悲&欢浪女
    2021-02-07 00:13

    In the constructor of Configuration.cs class (in migration Folder) add the property CommandTimeout = Int32.MaxValue;

提交回复
热议问题