123456789101112131415161718192021222324252627 |
- <HR COLOR=red>
- 异常时间:2020-05-14 08:30:47,338 [3] <BR>
- 异常级别:ERROR <BR>
- 异 常 类:logerror [(null)] <BR>
- ****************************异常文本****************************
- 【出现时间】:2020/5/14 8:30:47
- 【异常类型】:MySqlException
- 【异常信息】:Field 'id' doesn't have a default value
- 【堆栈调用】: 在 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:\程序\GCASNet\trunk\Code\RecordRepository.cs:行号 87
- 在 GCAS.RealTimeForm.ReadValueDataAsync() 位置 D:\程序\GCASNet\trunk\RealTime\RealTimeForm.cs:行号 291
- 在 GCAS.RealTimeForm.ThreadReadServer() 位置 D:\程序\GCASNet\trunk\RealTime\RealTimeForm.cs:行号 198
- 在 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>
|