please help

Posts   
 
    
mahm9
User
Posts: 11
Joined: 10-Mar-2009
# Posted on: 17-Jan-2010 11:37:20   

what the maining of this message

PredicateExpression' is ambiguous in the namespace 'SD.LLBLGen.Pro.ORMSupportClasses'

what is problem?

thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39863
Joined: 17-Aug-2003
# Posted on: 17-Jan-2010 12:58:24   

without any more info we can't help you. PLease provide information like when you get this problem, llblgen pro version etc. etc.

Frans Bouma | Lead developer LLBLGen Pro
mahm9
User
Posts: 11
Joined: 10-Mar-2009
# Posted on: 17-Jan-2010 17:13:19   

my friend this message appare when write next code

Dim filter As New PredicateExpression

and i use the last version of LLBLGen 2.6

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 18-Jan-2010 03:15:31   

Be sure you have referenced the 2.6 runtimes in all projects in the solution. It might be that you have two or more LLBLGen installations (v1.0.2005.1, v2.0, v2.5, v2.6) so maybe you added the vX to one project and v2.6 to another.

David Elizondo | LLBLGen Support Team