Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. [vRP/C#] query exception vRP/add_vehicle : System.AggregateException: One or more errors occurred. ---> MySql.Data.MySqlClient.MySqlException: Unknown column 'vehicle_plate' in 'field list'
  2.  
  3. at MySql.Data.Serialization.PayloadData.ThrowIfError () [0x0001d] in <c9032194188746cfa5d8bb7625c7912b>:0
  4.  
  5. at MySql.Data.Serialization.MySqlSession.TryAsyncContinuation (System.Threading.Tasks.Task`1[TResult] task) [0x00023] in <c9032194188746cfa5d8bb7625c7912b>:0
  6.  
  7. at (wrapper delegate-invoke) System.Func`2[System.Threading.Tasks.Task`1[System.ArraySegment`1[System.Byte]],MySql.Data.Serialization.PayloadData].invoke_TResult_T(System.Threading.Tasks.Task`1<System.ArraySegment`1<byte>>)
  8.  
  9. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke () [0x00024] in <b75790b9c16849d4aa8c31d6541d670a>:0
  10.  
  11. at System.Threading.Tasks.Task.Execute () [0x00000] in <b75790b9c16849d4aa8c31d6541d670a>:0
  12.  
  13. --- End of stack trace from previous location where exception was thrown ---
  14.  
  15.  
  16.  
  17. at MySql.Data.MySqlClient.MySqlDataReader.ActivateResultSet (MySql.Data.MySqlClient.Results.ResultSet resultSet) [0x0000e] in <c9032194188746cfa5d8bb7625c7912b>:0
  18.  
  19. at MySql.Data.MySqlClient.MySqlDataReader.ReadFirstResultSetAsync (MySql.Data.Protocol.Serialization.IOBehavior ioBehavior) [0x000b0] in <c9032194188746cfa5d8bb7625c7912b>:0
  20.  
  21. at MySql.Data.MySqlClient.MySqlDataReader.CreateAsync (MySql.Data.MySqlClient.MySqlCommand command, System.Data.CommandBehavior behavior, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior) [0x0016e] in <c9032194188746cfa5d8bb7625c7912b>:0
  22.  
  23. at MySql.Data.MySqlClient.CommandExecutors.TextCommandExecutor.ExecuteReaderAsync (System.String commandText, MySql.Data.MySqlClient.MySqlParameterCollection parameterCollection, System.Data.CommandBehavior behavior, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x001ea] in <c9032194188746cfa5d8bb7625c7912b>:0
  24.  
  25. at MySql.Data.MySqlClient.CommandExecutors.TextCommandExecutor.ExecuteNonQueryAsync (System.String commandText, MySql.Data.MySqlClient.MySqlParameterCollection parameterCollection, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x00094] in <c9032194188746cfa5d8bb7625c7912b>:0
  26.  
  27. at vRP.MySQL+<>c__DisplayClass11_2.<e_query>b__0 () [0x0022c] in <8dfc0861f4df44189d833de5e878b97b>:0
  28.  
  29. --- End of inner exception stack trace ---
  30.  
  31. ---> (Inner Exception #0) MySql.Data.MySqlClient.MySqlException (0x80004005): Unknown column 'vehicle_plate' in 'field list'
  32.  
  33. at MySql.Data.Serialization.PayloadData.ThrowIfError () [0x0001d] in <c9032194188746cfa5d8bb7625c7912b>:0
  34.  
  35. at MySql.Data.Serialization.MySqlSession.TryAsyncContinuation (System.Threading.Tasks.Task`1[TResult] task) [0x00023] in <c9032194188746cfa5d8bb7625c7912b>:0
  36.  
  37. at (wrapper delegate-invoke) System.Func`2[System.Threading.Tasks.Task`1[System.ArraySegment`1[System.Byte]],MySql.Data.Serialization.PayloadData].invoke_TResult_T(System.Threading.Tasks.Task`1<System.ArraySegment`1<byte>>)
  38.  
  39. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke () [0x00024] in <b75790b9c16849d4aa8c31d6541d670a>:0
  40.  
  41. at System.Threading.Tasks.Task.Execute () [0x00000] in <b75790b9c16849d4aa8c31d6541d670a>:0
  42.  
  43. --- End of stack trace from previous location where exception was thrown ---
  44.  
  45.  
  46.  
  47. at MySql.Data.MySqlClient.MySqlDataReader.ActivateResultSet (MySql.Data.MySqlClient.Results.ResultSet resultSet) [0x0000e] in <c9032194188746cfa5d8bb7625c7912b>:0
  48.  
  49. at MySql.Data.MySqlClient.MySqlDataReader.ReadFirstResultSetAsync (MySql.Data.Protocol.Serialization.IOBehavior ioBehavior) [0x000b0] in <c9032194188746cfa5d8bb7625c7912b>:0
  50.  
  51. at MySql.Data.MySqlClient.MySqlDataReader.CreateAsync (MySql.Data.MySqlClient.MySqlCommand command, System.Data.CommandBehavior behavior, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior) [0x0016e] in <c9032194188746cfa5d8bb7625c7912b>:0
  52.  
  53. at MySql.Data.MySqlClient.CommandExecutors.TextCommandExecutor.ExecuteReaderAsync (System.String commandText, MySql.Data.MySqlClient.MySqlParameterCollection parameterCollection, System.Data.CommandBehavior behavior, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x001ea] in <c9032194188746cfa5d8bb7625c7912b>:0
  54.  
  55. at MySql.Data.MySqlClient.CommandExecutors.TextCommandExecutor.ExecuteNonQueryAsync (System.String commandText, MySql.Data.MySqlClient.MySqlParameterCollection parameterCollection, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x00094] in <c9032194188746cfa5d8bb7625c7912b>:0
  56.  
  57. at vRP.MySQL+<>c__DisplayClass11_2.<e_query>b__0 () [0x0022c] in <8dfc0861f4df44189d833de5e878b97b>:0 <---
  58.  
  59.  
  60.  
  61. [vRP] task 36 failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement