Guest User

Untitled

a guest
Nov 7th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.15 KB | None | 0 0
  1. <m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
  2. <m:code/>
  3. <m:message xml:lang="en-US">An error has occurred.</m:message>
  4. <m:innererror>
  5. <m:message>
  6. Exception has been thrown by the target of an invocation.
  7. </m:message>
  8. <m:type>System.Reflection.TargetInvocationException</m:type>
  9. <m:stacktrace>
  10. at System.Web.Http.ApiController.<InvokeActionWithExceptionFilters>d__1.MoveNext()
  11.  --- End of stack trace from previous location where exception was thrown ---
  12.  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  13.  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  14.  at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  15.  at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__0.MoveNext()
  16. </m:stacktrace>
  17. <m:internalexception>
  18. <m:message>
  19. Unable to determine the serialization information for the expression: <ConditionalExpression>.
  20. </m:message>
  21. <m:type>System.NotSupportedException</m:type>
  22. <m:stacktrace>
  23. at MongoDB.Driver.Linq.Utils.BsonSerializationInfoFinder.GetSerializationInfo(Expression node, Dictionary`2 serializationInfoCache)
  24.  at MongoDB.Driver.Linq.Utils.BsonSerializationInfoHelper.GetSerializationInfo(Expression node)
  25.  at MongoDB.Driver.Linq.PredicateTranslator.BuildComparisonQuery(Expression variableExpression, ExpressionType operatorType, ConstantExpression constantExpression)
  26.  at MongoDB.Driver.Linq.PredicateTranslator.BuildComparisonQuery(BinaryExpression binaryExpression)
  27.  at MongoDB.Driver.Linq.PredicateTranslator.BuildQuery(Expression expression)
  28.  at MongoDB.Driver.Linq.PredicateTranslator.BuildAndAlsoQuery(BinaryExpression binaryExpression)
  29.  at MongoDB.Driver.Linq.PredicateTranslator.BuildQuery(Expression expression)
  30.  at MongoDB.Driver.Linq.SelectQuery.BuildQuery()
  31.  at MongoDB.Driver.Linq.SelectQuery.Execute()
  32.  at MongoDB.Driver.Linq.MongoQueryProvider.Execute(Expression expression)
  33.  at MongoDB.Driver.Linq.MongoQueryProvider.Execute[TResult](Expression expression)
  34.  at System.Linq.Queryable.LongCount[TSource](IQueryable`1 source)
  35. </m:stacktrace>
  36. </m:internalexception>
  37. </m:innererror>
  38. </m:error>
Advertisement
Add Comment
Please, Sign In to add comment