select new' clause of LINQ queries doesn't work on 2.5 relea
Posted: Tue 31 May 2011 02:39
I encountered select new' clause of LINQ queries problem which was reported fixed on 1.0.43 04-Nov-10. it seems to be still there on new release.
this is error message i'm getting
this is error message i'm getting
Code: Select all
[NullReferenceException: Object reference not set to an instance of an object.]
Devart.Data.Linq.Provider.g.a(bg A_0) +1476
Devart.Data.Linq.Provider.h.a(bg A_0) +646
Devart.Data.Linq.Provider.g.a(SqlExpression A_0) +847
Devart.Data.Linq.Provider.g.a(SqlExpression A_0, Boolean A_1) +109
Devart.Data.Linq.Provider.n.a(IDataServices A_0, SqlExpression A_1, Boolean A_2) +156
Devart.Data.Linq.Provider.n.a(Type A_0, SqlExpression A_1, IDataServices A_2) +162
Devart.Data.Linq.Provider.CompiledQuery.GetReaderFactory(List`1 elementInstanceTypes, IDataServices services, SqlNode query) +473
Devart.Data.Linq.Provider.CompiledQuery..ctor(QueryInfo queryInfo, IDataServices services, Boolean isQueryObjectByKey, Object queryObjectKey) +137
Devart.Data.Linq.Provider.DataProvider.BuildQuery(Expression query) +313
Devart.Data.Linq.Provider.DataProvider.Devart.Data.Linq.Provider.IProvider.Compile(Expression query) +46
Devart.Data.Linq.DataQuery`1.i() +31
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +7663302