[Firebird-net-provider] Error on building manually FB Provider

2008-07-20 Thread Mercea Paul
Hi

I try to build manually FB provider from
NETProvider\build\win32\ado.net\build.bat
but I get error in build.log:

  [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?
#if (NET_35  ENTITY_FRAMEWORK)

using System.Linq;

#endif


Best regards,
Paul




-
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=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Error on building manually FB Provider

2008-07-20 Thread Jiri Cincura
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=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Error on building manually FB Provider

2008-07-20 Thread Jiri Cincura
BTW look at thread 2.5.0.0 provider and framework 3.5. There's my
brief description of 2.0 vs 3.5 future development.

-- 
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=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider