2.0 and 2.5 Side by Side

Posts   
 
    
Fishy avatar
Fishy
User
Posts: 392
Joined: 15-Apr-2004
# Posted on: 24-Mar-2008 17:32:27   

Hi all,

Currently I'm running 2.0 but would like to convert one of our projects to 2.5 while still leaving the rest of the projects using 2.0.

What is the best way to accomplish this?

Thanks,

Fishy

goose avatar
goose
User
Posts: 392
Joined: 06-Aug-2007
# Posted on: 25-Mar-2008 01:16:14   

Do you mean projects as in visual studio?, I've never done it before but seems possible in theory (probably renaming/recompiling the latest dll's to avoid naming crashes), just be careful when setting the references to the correct versions of the external dll's like the ORMSupportClasses.

mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 25-Mar-2008 09:06:26   

Fishy wrote:

Hi all,

Currently I'm running 2.0 but would like to convert one of our projects to 2.5 while still leaving the rest of the projects using 2.0.

What is the best way to accomplish this?

I have them side by side - working on project that uses 2.0 and playing with 2.5 demos. No problems whatsoever. AFAIK The only problem that might happen is that double click on lgp project in solution opens wrong LLBLGenPro editor.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 25-Mar-2008 09:34:57   

I have them running side by side too simple_smile

When you need to reference LLBLGen Pro runtime libraries, you will need some care to select the correct versions (2.5 vs 2.0).

Fishy avatar
Fishy
User
Posts: 392
Joined: 15-Apr-2004
# Posted on: 25-Mar-2008 15:40:22   

Great! simple_smile

Thank you all for responding.

Fishy