The class SerializableExpressionVisitor throw a TargetInvocationException with innerException message is An expression of type 'System.Object' cannot be used to initialize an array of type 'System....
I tried using the SerializableExpression from LINQ to send an expression through a WCF webservice. Alas the SerializableExpression contains InterLinqType which itself contain the "public Type Repre...
After several thousand queries using anonymous types, the server-side of interlinq became unbelievably slow. I tracked this down the the fact that it's emitting a new dynamic type each and every ti...
Hi - there is a minor bug with the visiting of constant expressions when the value is null - the code is this: protected override Expression VisitSerializableConstantExpression( Serializab...
When sending a query using contains, an exception is raised. The problem appears to be here: /// <summary> /// Visits a <see cref="SerializableNewArrayExpression"/>. /// </...