123456789101112131415161718192021222324252627 |
- <HR COLOR=red>
- 异常时间:2021-08-27 10:54:22,537 [16] <BR>
- 异常级别:ERROR <BR>
- 异 常 类:logerror [(null)] <BR>
- ****************************异常文本****************************
- 【出现时间】:2021/8/27 10:54:22
- 【异常类型】:MySqlException
- 【异常信息】:Column count doesn't match value count at row 1
- 【堆栈调用】: 在 MySql.Data.MySqlClient.MySqlStream.ReadPacket()
- 在 MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
- 在 MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
- 在 MySql.Data.MySqlClient.MySqlDataReader.NextResult()
- 在 MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
- 在 MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
- 在 Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader)
- 在 Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command)
- 在 Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType)
- 在 GCAS.Code.RecordRepository.Insert(RecordModel entity) 位置 D:\项目集合\垃圾吊监控\branches\一车两车整合版\Code\RecordRepository.cs:行号 87
- 在 GCAS.RealTimeOneCarTwoEntanceForm.ReadValueDataAsync(Int32 deviceId) 位置 D:\项目集合\垃圾吊监控\branches\一车两车整合版\RealTime\RealTimeOneCarTwoEntanceForm.cs:行号 391
- 在 GCAS.RealTimeOneCarTwoEntanceForm.ThreadAReadServer() 位置 D:\项目集合\垃圾吊监控\branches\一车两车整合版\RealTime\RealTimeOneCarTwoEntanceForm.cs:行号 244
- 在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- 在 System.Threading.ThreadHelper.ThreadStart()
- ***************************************************************
- <BR>
- <HR Size=1>
|