Problem with generated code in V3 from a migrated V2 project

Posts   
 
    
JMitchell avatar
JMitchell
User
Posts: 128
Joined: 01-Sep-2006
# Posted on: 03-Sep-2010 12:18:44   

I updated my project to V3 following the rather long winded steps outlined at http://www.llblgen.com/documentation/3.0/Designer/hh_start.htm (any chance of an import function in V3?)

I opened my new project and generated it to the location of my previous code to maintain the custom generated code. When I opened the existing solution in Visual Studio, it is reporting errors as the project still references C:\Program Files\Solutions Design\LLBLGen Pro v2.6\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll and SD.LLBLGen.Pro.ORMSupportClasses.NET20

I've updated the references manually - just thought it would be something you should be aware of.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 03-Sep-2010 17:51:08   

JMitchell wrote:

I updated my project to V3 following the rather long winded steps outlined at http://www.llblgen.com/documentation/3.0/Designer/hh_start.htm (any chance of an import function in V3?)

Import isn't possible because the .lgp file is a binary serialized object graph, so to read it you need v2.6 installed. So we went the other route: export, which is a one time thing anyway.

I opened my new project and generated it to the location of my previous code to maintain the custom generated code. When I opened the existing solution in Visual Studio, it is reporting errors as the project still references C:\Program Files\Solutions Design\LLBLGen Pro v2.6\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll and SD.LLBLGen.Pro.ORMSupportClasses.NET20

I've updated the references manually - just thought it would be something you should be aware of.

This is documented actually: http://www.llblgen.com/documentation/3.0/LLBLGen%20Pro%20RTF/hh_start.htm

second 'Important' box simple_smile

Frans Bouma | Lead developer LLBLGen Pro
JMitchell avatar
JMitchell
User
Posts: 128
Joined: 01-Sep-2006
# Posted on: 03-Sep-2010 17:56:31   

Ah, I was going from the help files installed with the latest version rather than the online help...

Thanks for you help