Unable to build generated code project

Posts   
 
    
Pteranodon
User
Posts: 7
Joined: 21-Dec-2012
# Posted on: 22-Nov-2017 16:14:15   

Greetings,

I had a visual studio solution that had a llblgen generated code project in it, which was created with v2.6. We recently upgraded the database to SQL 2014, so v2.6 was not supported any longer. We migrated the llblgen project to v5.3 and tried to import the new project in our application solution (which is using .net v3.5), but it seems to complain that it can't find references for "SD.LLBLGen.Pro.DQE.SqlServer" and "SD.LLBLGen.Pro.ORMSupportClasses". I have tried to add them manually, but without any success. Any suggestion on solving this?

Kind regards,

kjell.

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 22-Nov-2017 17:59:13   

Which project complains about the references, is it one of the LLBLGen generated projects, or the application consuming the generated code?

Please make sure of the following: 1- The consuming project is referencing LLBLGen 5.x dlls 2- The consuming project is referencing the recently generated code 3- The recently generated code/projects are referencing the same LLBLGen 5.x dlls 4- All projects are on the same .NET framework version.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 23-Nov-2017 09:54:57   
Frans Bouma | Lead developer LLBLGen Pro