Sql 2014 and LLBL 4.2 Migration

Posts   
 
    
ianvink
User
Posts: 393
Joined: 15-Dec-2006
# Posted on: 29-Oct-2014 04:24:48   

We are using LLBL 4.2 on SQL Server 2012 with the Entity Framework 6 generated code. Works great.

Are there any settings we need to change in the Properties of the LLBL project in order for it to work against SQL Server 2014?

Ian

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 29-Oct-2014 06:48:06   

Hi Ian, SQLServer 2014 is a supported driver. AFAIK, you don't need to adjust anything. Are you experiencing something else?

David Elizondo | LLBLGen Support Team
ianvink
User
Posts: 393
Joined: 15-Dec-2006
# Posted on: 29-Oct-2014 15:34:36   

Great. We're just planning our migration. The project properties "Provider Manifest Token Value" of LLBL we thought we'd have to change to make it know to work with SQL 2014. Right now the text "2008" is there.

Entity Framework 6

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 29-Oct-2014 17:00:02   

the manifest token is for EF runtime, I believe it throws when specifying 2014, though 2012 works nowadays (was throwing in EF 6.0.0) so that's the only thing you have to change simple_smile

Frans Bouma | Lead developer LLBLGen Pro