Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
1-5 of 5 < Previous Next >
1 vote

Exception An expression of type 'System.Object' cannot be used to initialize an array of type 'System.Object[]

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....

id# 7035 | Planned Release: None | Last Updated: Jul 21 at 4:45 PM  by gherold
1 vote

SerializableExpression not serializable with DataContractSerializer

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...

id# 6301 | Planned Release: None | Last Updated: Jun 5 at 4:59 PM  by GaussZ
1 vote

Bug with Anonymous types and hashcodes

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...

id# 6090 | Planned Release: None | Last Updated: Apr 29 at 7:17 PM  by markalroberts
1 vote

Bug with visiting null constant expressions

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...

id# 6086 | Planned Release: None | Last Updated: Apr 29 at 10:33 AM  by markalroberts
1 vote

Bug with creating arrays

When sending a query using contains, an exception is raised. The problem appears to be here: /// <summary> /// Visits a <see cref="SerializableNewArrayExpression"/>. /// </...

id# 6045 | Planned Release: None | Last Updated: Apr 22 at 2:42 PM  by markalroberts

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-5 of 5 < Previous 1 Next >
Updating...