V3 - Target Platform always .NET 4.0?

Posts   
 
    
lhughey
User
Posts: 19
Joined: 18-May-2009
# Posted on: 25-Jun-2010 17:29:27   

Hello, long time LL user, short time LL 3.0 demo-er. I'm trying to generate code for a small demo project I created using the Northwind DB, but I'm having a problem setting the target platform to something other than .net 4 (i haven't installed .net 4 yet). Could someone point me in the right direction of how to this? Please see the attachment for details. Thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 25-Jun-2010 17:49:02   

The Entity framework v4 is only available on .net 4, as it's not available on .net 3.5 or earlier simple_smile

So if you want to use a different target framework, you have to switch the target framework to something else by right-clicking the target framework node in the project explorer.

Frans Bouma | Lead developer LLBLGen Pro
lhughey
User
Posts: 19
Joined: 18-May-2009
# Posted on: 26-Jun-2010 01:50:20   

I guess I should have RTFM. I was too excited about trying the new shiny pieces to read. Thanks Frans.