InheritanceOne.Dal.Adapter.dll ?

Posts   
 
    
xvietbac
User
Posts: 1
Joined: 01-Mar-2006
# Posted on: 01-Mar-2006 10:13:20   

using "PredicateFactory" require namespace "InheritanceOne.Dal.Adapter.FactoryClasses" but I don't known where the Assembly InheritanceOne.Dal.Adapter is... I'm using trial version, is it full function version? Thanks!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 01-Mar-2006 10:38:53   

Out of curiosity, why did you pick this forum, showcases, to post this question? -> moved to 'Generated code'

Answer: you should add using yourrootnamespace.FactoryClasses; to the top of the code file you're working on.

Frans Bouma | Lead developer LLBLGen Pro
yk
User
Posts: 10
Joined: 07-Mar-2006
# Posted on: 07-Mar-2006 19:55:49   

Hi,

I'm having the same problem - The SD.LLBLGen.Pro.ORMSupportClasses namespace only contains a DataAccessAdapterBase class and not a DataAccessAdapter class like the examples show.

I'm assuming this is not part of the classes generated under the root namespace?

The documents show that the DataAccessAdapter is supposed to be here:

System.Object --> SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase ------> InheritanceOne.Dal.Adapter.DatabaseSpecific.DataAccessAdapter

Thanks,

YK

yk
User
Posts: 10
Joined: 07-Mar-2006
# Posted on: 07-Mar-2006 20:01:49   

Got it --

I simply didn't include the Database Specific project in the solution.

Thanks,

YK