Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. Запрос
  2. {
  3. "Page": 1,
  4. "PageSize": 25,
  5. "From": "2016-07-28T01:00:00.000Z",
  6. "To": "2016-07-29T01:00:00.000Z",
  7. "DriverId": ""
  8. }
  9. Ответ
  10. System.NullReferenceException: Object reference not set to an instance of an object.
  11.  
  12. at Taxi.Domain.Db.Repositories.ReportRepository.<>c.b__15_5(<>f__AnonymousType221`2 <>h__TransparentIdentifier1) in C:\TeamCity\buildAgent\work\6a3aecae2dd97b5d\Sources\Taxi\Taxi.Domain.Db\Repositories\ReportRepository.cs:line 201
  13.  
  14. at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
  15.  
  16. at System.Linq.Lookup`2.Create[TSource](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
  17.  
  18. at System.Linq.GroupedEnumerable`3.GetEnumerator()
  19.  
  20. at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
  21.  
  22. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  23.  
  24. at Taxi.Domain.Db.Repositories.ReportRepository.<>c__DisplayClass15_1.b__10(SummaryForOrderDto x) in C:\TeamCity\buildAgent\work\6a3aecae2dd97b5d\Sources\Taxi\Taxi.Domain.Db\Repositories\ReportRepository.cs:line 211
  25.  
  26. at Dex.Extentions.EnumerableExtentions.ForEach[T](IEnumerable`1 source, Action`1 action)
  27.  
  28. at Taxi.Domain.Db.Repositories.ReportRepository.d__15.MoveNext() in C:\TeamCity\buildAgent\work\6a3aecae2dd97b5d\Sources\Taxi\Taxi.Domain.Db\Repositories\ReportRepository.cs:line 210
  29.  
  30. --- End of stack trace from previous location where exception was thrown ---
  31.  
  32. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  33.  
  34. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  35.  
  36. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  37.  
  38. at Taxi.Server.DispatchersApi.ApiControllers.ReportController.d__10.MoveNext() in C:\TeamCity\buildAgent\work\6a3aecae2dd97b5d\Sources\Taxi\Taxi.Server.DispatchersApi\ApiControllers\ReportController.cs:line 271
  39.  
  40. --- End of stack trace from previous location where exception was thrown ---
  41.  
  42. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  43.  
  44. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  45.  
  46. at Dex.Net.Services.ServiceHost`4.d__10.MoveNext()
  47.  
  48. --- End of stack trace from previous location where exception was thrown ---
  49.  
  50. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  51.  
  52. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  53.  
  54. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  55.  
  56. at Dex.Net.Services.ServiceHost`4.d__9.MoveNext()
  57.  
  58. --- End of stack trace from previous location where exception was thrown ---
  59.  
  60. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  61.  
  62. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  63.  
  64. at Dex.Net.Mvc.Routing.MvcRouteHandler`1.d__3.MoveNext()
  65.  
  66. --- End of stack trace from previous location where exception was thrown ---
  67.  
  68. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  69.  
  70. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  71.  
  72. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  73.  
  74. at Dex.Net.Handling.MultipleRouteHandler`2.d__2.MoveNext()
  75.  
  76. --- End of stack trace from previous location where exception was thrown ---
  77.  
  78. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  79.  
  80. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  81.  
  82. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  83.  
  84. at Dex.Net.Http.Handling.AllowCrossDomainHandler.d__2.MoveNext()
  85.  
  86. --- End of stack trace from previous location where exception was thrown ---
  87.  
  88. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  89.  
  90. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  91.  
  92. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  93.  
  94. at Dex.Net.Handling.MultipleRouteHandler`2.d__2.MoveNext()
  95.  
  96. --- End of stack trace from previous location where exception was thrown ---
  97.  
  98. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  99.  
  100. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  101.  
  102. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  103.  
  104. at Dex.Net.Http.HttpListenerHost.d__30.MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement