Does LLBLGen Pro v 2.5 work with VS 2010 project file?

Posts   
 
    
M6rk
User
Posts: 37
Joined: 29-Sep-2004
# Posted on: 19-Jan-2011 19:14:52   

Howdy, I am converting my extensive/large solution and projects to VS 2010. Right now i am in limbo where the data layer project (ala LLBLGEN) has been converted from VS2008 to VS2010, but is not yet checked into VSS. I have one remaining question before i check the converted project file in: When LLBLGen Pro 2.5 alters the project file with new classes, will the project file remain VS 2010 compatible? Much thanks! Mark

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 20-Jan-2011 05:19:12   

Hi Mark,

You can migrate your project to VS2010. LLBLGen respects that, as long as you state CleanUpVsNetProjects=False in the LLBLGen Project Properties.

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39908
Joined: 17-Aug-2003
# Posted on: 20-Jan-2011 09:30:04   

v2.6 (not v2.5) has been updated to work with vs.net's project file as in: migrating it. V2.5 could work with it, but hasn't been tested with vs.net 2010. v2.5 has no notion of .net4, so it can be the project file task performer gives errors in the form that it thinks your project file isn't of the version you're generating for. You can check this by re-generating code. (copy the code you're working on if you want to be sure nothing gets harmed).

Frans Bouma | Lead developer LLBLGen Pro
M6rk
User
Posts: 37
Joined: 29-Sep-2004
# Posted on: 20-Jan-2011 14:31:08   

I tried this and it worked in as much as i was able to compile and check in the code via VS2010 IDE. Thank you!

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 20-Jan-2011 14:43:46   

Always HTH! simple_smile