EntityDAC.Linq.Queryable.dcu not found

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
Momodjim
Posts: 5
Joined: Thu 18 Sep 2014 15:08

EntityDAC.Linq.Queryable.dcu not found

Post by Momodjim » Sat 04 Oct 2014 17:45

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.

Momodjim
Posts: 5
Joined: Thu 18 Sep 2014 15:08

Re: EntityDAC.Linq.Queryable.dcu not found

Post by Momodjim » Sun 05 Oct 2014 13:11

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: EntityDAC.Linq.Queryable.dcu not found

Post by AlexP » Tue 07 Oct 2014 08:26

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.

Post Reply