Concurrent LLGLGen Pro version 2.0 and 2.5

Posts   
 
    
cchang
User
Posts: 4
Joined: 02-Oct-2007
# Posted on: 02-Oct-2007 22:24:18   

We have several developers and teams in our workplace of which some have projects using LLBLGen Pro 2.0 and others, like myself, have, in addition LLBLGen Pro 2.5. Now, I'm in a situation of writing a component that uses v.2.5 runtime libraries, for a project that references v. 2.0 runtime libraries and thus causing conflict.

What's the best way of handling this issue? Can both 2.0 and 2.5 be deployed concurrently? is SD.LLBLGen.Pro.ORMSupportClasses.NET20 v.2.5 backward compatible to v.2.0?

Thanks in advance.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 03-Oct-2007 12:21:41   

Can both 2.0 and 2.5 be deployed concurrently?

Just make sure you carefully handle out runtime libraries, since V.S. can mistakenly reference a wrong version when generating code or when creating a new project.