LLBLGen + VS.NET 2008 .NET 3.5 with no LINQ!

Posts   
 
    
Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 22-Apr-2009 03:52:10   

I have a few questions,

1 - How can I generate a LLBLGEN DAL to use with VS.NET 2008, .NET 3.5 without LINQ support? 2 - When using "Dynamic Data Support add-on" from http://www.llblgen.com/pages/downloads.aspx, how do I remove LINQ support.

Basically want to use .NET 2.0 inside VS.NET 2008, what do i do? or use .NET 3.5 without LINQ! generate the DAL with LLBLGen using .NET 2.0, open VS.NET 2008 and create a ASP.NET 2.0 project, add the LLBLGen references <-- thats how I would do it?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 22-Apr-2009 05:43:11   

Khou wrote:

1 - How can I generate a LLBLGEN DAL to use with VS.NET 2008, .NET 3.5 without LINQ support?

Just not reference the SD.LLBLGen.Pro.LinqSupportClasses.NET35 assembly

Khou wrote:

2 - When using "Dynamic Data Support add-on" from http://www.llblgen.com/pages/downloads.aspx, how do I remove LINQ support.

You need LLBLGen LINQ support when use Dynamic Data Support

Khou wrote:

Basically want to use .NET 2.0 inside VS.NET 2008, what do i do? or use .NET 3.5 without LINQ! generate the DAL with LLBLGen using .NET 2.0, open VS.NET 2008 and create a ASP.NET 2.0 project, add the LLBLGen references <-- thats how I would do it?

If you want .NET3.5 without LINQ, just be sure you don't reference the LinqSupportClasses (though there's if you reference it and don't use it, there are no problems). If you want .NET2.0 just specify that when generating code wink

David Elizondo | LLBLGen Support Team
Khou
User
Posts: 46
Joined: 28-Mar-2009
# Posted on: 22-Apr-2009 06:36:28   

is it a good idea to use .NET 3.5

I dont see the point since .NET 3.5 is .NET 2.0 with linq and WPF. and LINQ and WPF isn't something i would use.

Well maybe use WPF in the future, but not now.