SqlServerDQECompatibilityLevel / multiple projects in one solution

Posts   
 
    
Brandt
User
Posts: 142
Joined: 04-Apr-2007
# Posted on: 29-Apr-2007 18:07:49   

In LLBLGen v2, I have created two seperate projects. One of them talks to a SQL 2005 server and the other one talks to a SQL2000 server. When I add both of the projects to a single web solution they both get the sqlserverdqecompatibility from the web config which means the SQLServer 2000 project can throw exceptions. In the code behind I am manually changing the compatibility level for the SQL2000 project to get around this. Is there a way to set the app setting key name for each project?

sparmar2000 avatar
Posts: 341
Joined: 30-Nov-2003
# Posted on: 29-Apr-2007 19:17:39   

Which model are you using: Selfservice or Adaptor ?

Brandt
User
Posts: 142
Joined: 04-Apr-2007
# Posted on: 29-Apr-2007 19:18:07   

sparmar2000 wrote:

Which model are you using: Selfservice or Adaptor ?

Adaptor

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 29-Apr-2007 20:41:05   

http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=9526 I'm afraid that is no possible, you should use the code method approach.

David Elizondo | LLBLGen Support Team