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