我托管在Azure中。
我正面临异常消息:
BeginExecuteNonQuery需要打开且可用的连接。连接的当前状态为打开。
这是一种有线消息。这根本没有帮助。
Stacktrace
System.InvalidOperationException:在 System.Data.SqlClient.SqlConnection.GetOpenTdsConnection (System.Data.SqlClient,版本= 4.5.0.0,区域性=中性, PublicKeyToken = b03f5f7f11d50a3a) System.Data.SqlClient.SqlConnection.ValidateConnectionForExecute (System.Data.SqlClient,版本= 4.5.0.0,区域性=中性, PublicKeyToken = b03f5f7f11d50a3a) System.Data.SqlClient.SqlCommand.ValidateCommand (System.Data.SqlClient,版本= 4.5.0.0,区域性=中性, PublicKeyToken = b03f5f7f11d50a3a) System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery (System.Data.SqlClient,版本= 4.5.0.0,区域性=中性, PublicKeyToken = b03f5f7f11d50a3a) System.Data.SqlClient.SqlCommand.BeginExecuteNonQuery (System.Data.SqlClient,版本= 4.5.0.0,区域性=中性, PublicKeyToken = b03f5f7f11d50a3a) System.Threading.Tasks.TaskFactory`1.FromAsyncImpl (System.Private.CoreLib,版本= 4.0.0.0,文化=中性, PublicKeyToken = 7cec85d7bea7798e),网址为 System.Data.SqlClient.SqlCommand.ExecuteNonQueryAsync (System.Data.SqlClient,版本= 4.5.0.0,区域性=中性, PublicKeyToken = b03f5f7f11d50a3a) System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (System.Private.CoreLib,版本= 4.0.0.0,文化=中性, PublicKeyToken = 7cec85d7bea7798e),网址为 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Private.CoreLib,版本= 4.0.0.0,文化=中性, PublicKeyToken = 7cec85d7bea7798e),网址为 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Private.CoreLib,版本= 4.0.0.0,文化=中性, PublicKeyToken = 7cec85d7bea7798e),网址为 Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand + d__17.MoveNext (Microsoft.EntityFrameworkCore.Relational,版本= 2.2.3.0, 文化=中性,PublicKeyToken = adb9793829ddae60)
搜索了互联网。一无所获。那就是为什么我在这里发布它。