Hello all,
I install LiveMonitor and it start correctly and found the logfile. But when a driver connect on my server i have a bug with live monitor and Microsoft .NET Framework.
The error is : "Out of range value for column 'pb_s2' at row 1"
and details :
MySql.Data.MySqlClient.MySqlException: Out of range value for column 'pb_s2' at row 1
à MySql.Data.MySqlClient.MySqlStream.ReadPacket()
à MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
à MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& 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()
à LiveMonitor.MainApp.fileWatcher_Changed(Object sender, FileSystemEventArgs e)
I test replace . by, in decimal in regionals options, but i have always the problem. :s
View attachment 3836
Can you help me plz?