LLBLGEN 2.6 Azure problem in VS2010

Posts   
 
    
Pablo
User
Posts: 81
Joined: 21-Mar-2005
# Posted on: 03-May-2010 19:38:54   

Hello, I'm trying to get my llblgen based webapp running on azure. I'm developing in vs2010. I've read the announcement that version 2.6 supports VS2010 and also the announcement that 2.6 llblgen can be used to run on azure. A problem that I ran into is that LLBLGEN 2.6 for VS2010 exclusively allows targeting framework 4.0. Windows Azure however does not support 4.0, only 3.5.

Can someone give me hint on how to work with that?

Regards, Paul

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 04-May-2010 11:44:49   
  • generate code for .net 3.5
  • load project in vs.net 2010. It will be converted
  • next time you generate, the generator will alter the project file, so it won't be converted again.

make sure you set the catalog name to "" using config file catalog name overwriting, as azure doesn't support catalog names being present in the queries.

Frans Bouma | Lead developer LLBLGen Pro