RelationPredicateBucket' exists in both

Posts   
 
    
cmprogrock
User
Posts: 40
Joined: 16-Nov-2008
# Posted on: 03-Jul-2009 00:49:36   

Error 1 The type 'SD.LLBLGen.Pro.ORMSupportClasses.RelationPredicateBucket' exists in both 'c:\Program Files\Solutions Design\LLBLGen Pro v2.6\RuntimeLibraries\DotNET20\ORMSupportClassesDebugBuild\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll' and 'c:\Program Files\Solutions Design\LLBLGen Pro v2.6\RuntimeLibraries\DotNET35\SD.LLBLGen.Pro.ORMSupportClasses.CF35.dll'

That is the Error.

I can remove the NET20.dll...but it always comes back on build.

Will never let me Build it.

Very tired of fighting with LLBLGen

Any Answers?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 03-Jul-2009 05:53:38   

It's unfortunate you got this. But it's likely a references problem. Be sure you reference the correct assemblies. Don't reference the SD.LLBLGen.Pro.ORMSupportClasses.CF35 assembly.

If the problem persists, please post what assemblies you are referencing on each project of your solution.

To understand this, please take a look at Compiling the code manual section.

David Elizondo | LLBLGen Support Team