This question is locked. New answers and comments are not allowed.
Hi,
is there somebody using the grid with Entity Framework?
Because of the POCO Adapter (or Proxy/ Change Tracking) the LINQ Statements do not work. For example, using the filter in the grid will throw
Thx
Mladen
is there somebody using the grid with Entity Framework?
Because of the POCO Adapter (or Proxy/ Change Tracking) the LINQ Statements do not work. For example, using the filter in the grid will throw
Do anybody have some tips or workarounds?
[InvalidOperationException: Der binäre Operator NotEqual ist für die Typen "Data.Domain.PocoAdapters.LogAdapter" und "Data.Domain.Log" nicht definiert.] System.Linq.Expressions.Expression.GetEqualityComparisonOperator(ExpressionType binaryType, String opName, Expression left, Expression right, Boolean liftToNull) +754383 System.Linq.Expressions.Expression.NotEqual(Expression left, Expression right, Boolean liftToNull, MethodInfo method) +53 System.Linq.Expressions.Expression.MakeBinary(ExpressionType binaryType, Expression left, Expression right, Boolean liftToNull, MethodInfo method, LambdaExpression conversion) +239 System.Linq.Expressions.Expression.MakeBinary(ExpressionType binaryType, Expression left, Expression right, Boolean liftToNull, MethodInfo method) +20 EFPocoAdapter.Internal.ExpressionVisitor.VisitBinary(BinaryExpression b) +386
Thx
Mladen