Page 1 of 1

EntityDAC.Linq.Queryable.dcu not found

Posted: Sat 04 Oct 2014 17:45
by Momodjim
Hello

I am still not able to create my first application following the help file . I don't have on my computer the file
EntityDAC.Linq.Queryable.dcu ( or .pas) and I am not able to do this

implementation
{$R *.dfm}
uses
EntityDAC.Enumerable,
EntityDAC.Linq.Queryable;
....
....

In order to declare the Depts variable of type ILinqQueryable, add the EntityDAC.Enumerable and
EntityDAC.Linq.Queryable units into the USES clause.

Any help welcomed Thanks.

Re: EntityDAC.Linq.Queryable.dcu not found

Posted: Sun 05 Oct 2014 13:11
by Momodjim
Found the answer.
There is a mistake in the help file.
The Unit to use is EntityDAC.Linq ( and not EntityDAC.Linq.Queryable whoch doesn't exist)

JM

Re: EntityDAC.Linq.Queryable.dcu not found

Posted: Tue 07 Oct 2014 08:26
by AlexP
Hello,

Yes, we have replaced the EntityDAC.Linq.Queryable module with EntityDAC.Linq, and have already corrected the documentation. This fix will be included in the next version.