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=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