C# EF框架程序对事务进行commit发生的超时问题
commit 事务的时候就会报 ‘’
System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: 执行超时已过期。完成操作之前已超时或服务器未响应。 ---> System.ComponentModel.Win32Exception: 等待的操作过时 ‘’ 的错误。网上查阅资料 大多是调整数据库的连接时间问题,调整过后,问题依旧,请问有大神进来帮忙看看问题吗?