upgrade v3 project to 3.1 -> DefaultCompatibilityLevel

Posts   
 
    
morten71
User
Posts: 80
Joined: 13-Jan-2009
# Posted on: 11-Feb-2011 08:44:34   

When I open and run a v3.0 project in the v3.1 GUI I get the error below when I open the project in visual studio 2010:

Error 1 'DefaultCompatibilityLevel' is not a member of 'SD.LLBLGen.Pro.DQE.SqlServer.DynamicQueryEngine'. C:\Projects\Project.DLL\DaoClasses\CommonDaoBase.vb 61 4 Project.DLL

LLBLGen Pro Runtime Framework, VB.NET, .NET 4.0, SelfServicing, sql2005

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 11-Feb-2011 09:14:33   

Can't reproduce it.

Maybe your are referencing wrong version of LLBLGen dlls somewhere.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 11-Feb-2011 10:32:47   

Caused by v3.0 referencing of runtime libraries. There was a bug in the vs.net templates shipped with v3.1 RTM, we fixed it yesterday. Please manually update the references to reference v3.1 runtime libs.

Frans Bouma | Lead developer LLBLGen Pro
morten71
User
Posts: 80
Joined: 13-Jan-2009
# Posted on: 11-Feb-2011 18:28:07   

Otis wrote:

Caused by v3.0 referencing of runtime libraries. There was a bug in the vs.net templates shipped with v3.1 RTM, we fixed it yesterday. Please manually update the references to reference v3.1 runtime libs.

Thanks appears to work simple_smile