how to output for target platform:.net 4.0 framework with llblgen v5.3

Posts   
 
    
alonsoChen
User
Posts: 30
Joined: 27-Nov-2017
# Posted on: 02-Feb-2018 05:24:50   

using llblgen v5.3,LLBLGen Pro Runtime want to output to target .net 4.0 Is it any possible or any walkearound is fine. Thank you.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 02-Feb-2018 07:20:06   

Hi alonso,

When you generate code in LLBLGen Pro, you first have to select the Target Framework (usually asked when you create your project, but you can change it after that as well). This refers to the O/R Mapping framework that you will use in your generate code (LLBGen Framework, EntityFramework, NHibernate, etc). For more info see Supported Mapping frameworks.

Then, when you generate code, you can choose the .net framework platform supported in your generated code. In such generation settings you can choose your .net 4.x framework. For more information see Code Generation Task Viewer.

Hope that helps wink

David Elizondo | LLBLGen Support Team
alonsoChen
User
Posts: 30
Joined: 27-Nov-2017
# Posted on: 02-Feb-2018 07:33:22   

daelmo wrote:

Hi alonso,

When you generate code in LLBLGen Pro, you first have to select the Target Framework (usually asked when you create your project, but you can change it after that as well). This refers to the O/R Mapping framework that you will use in your generate code (LLBGen Framework, EntityFramework, NHibernate, etc). For more info see Supported Mapping frameworks.

Then, when you generate code, you can choose the .net framework platform supported in your generated code. In such generation settings you can choose your .net 4.x framework. For more information see Code Generation Task Viewer.

Hope that helps wink

why i cannot see the .net 4.0 in target platform for LLBLGen Pro Runtime framework in llblgen v5.3?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 02-Feb-2018 09:37:31   
Frans Bouma | Lead developer LLBLGen Pro