On Fri, May 27, 2011 at 15:33, korkless wrote:
> i'm trying to compile the last code from the trunk.
And that's the problem. Use stable tags.
--
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com
--
thanks for the fast reply, i tried to target 3.5 with NET_35;
(ENTITY_FRAMEWORK;) (TRACE;) but it doesn't compile.
for example FirebirdSql.Data.Services.FbTrace has a default parameter in the
method
void DoSimpleAction(int action, int? sessionID = null) that is supported only
by 4.0 compiler.
On Fri, May 27, 2011 at 14:41, korkless wrote:
> hi, i have downloaded code from
> https://firebird.svn.sourceforge.net/svnroot/firebird/NETProvider/trunk ,
> the problem is that the project is for 4.0 compiler only so i want know if
> there's same other repository with code for 3.5 compiler.
> (
hi, i have downloaded code from
https://firebird.svn.sourceforge.net/svnroot/firebird/NETProvider/trunk ,
the problem is that the project is for 4.0 compiler only so i want know if
there's same other repository with code for 3.5 compiler.
(please don't tell me that only 4.0 is supported :( )
---