On Sun, Jul 20, 2008 at 9:58 PM, Mercea Paul <[EMAIL PROTECTED]> wrote:
> Hi
>
> I try to build manually FB provider from
> NETProvider\build\win32\ado.net\build.bat
> but I get error in build.log:

First, the NAnt build scripts are not maintained. At least not continuosly.

>      [csc]
> d:\ProjectsCVS\FireBird\NETProvider\trunk\NETProvider\source\FirebirdSql\Dat
> a\Common\Charset.cs(25,14): error CS0234: The type or namespace name 'Linq'
> does not exist in the namespace 'System' (are you missing an assembly
> reference?)
>
> Should be an #if (NET_35 && ENTITY_FRAMEWORK) for this?

No, it's not EF related. You just have to use C#3.0 (to understand
lambda) compiler on FW3.5 (to have extension methods for IEnumerable),
which is current development platform. These extension methods are
just syntax sugar, so it doesn't affect FW2.0 run.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to