We downloaded again the code but... now we can't compile.

  [csc] c:\Documents and 
Settings\ruben.CODICE\Escritorio\Firebird\cvs\NETProvider\NETProvider_17\source\FirebirdSql
.Data.Embedded\FesStatement.cs(324,17): error CS1501: Ninguna sobrecarga 
para el método 'MarshalManagedToNative' adquier
e '3' argumentos
      [csc] c:\Documents and 
Settings\ruben.CODICE\Escritorio\Firebird\cvs\NETProvider\NETProvider_17\source\FirebirdSql
.Data.Embedded\XsqldaMarshaler.cs(96,17): (Ubicación del símbolo relacionado 
con el error anterior)
      [csc] c:\Documents and 
Settings\ruben.CODICE\Escritorio\Firebird\cvs\NETProvider\NETProvider_17\source\FirebirdSql
.Data.Embedded\XsqldaMarshaler.cs(146,17): (Ubicación del símbolo 
relacionado con el error anterior)
      [csc] c:\Documents and 
Settings\ruben.CODICE\Escritorio\Firebird\cvs\NETProvider\NETProvider_17\source\FirebirdSql
.Data.Firebird\Isql\FbBatchExecution.cs(101,10): warning CS1591: Falta el 
comentario XML para el tipo o miembro visible
de forma pública 
'FirebirdSql.Data.Firebird.Isql.FbBatchExecution.FbBatchExecution(FirebirdSql.Data.Firebird.FbConnectio
n, FirebirdSql.Data.Firebird.Isql.FbScript)'


**************************************************************************************************************************************************************

--- FesStatement.cs 1 Sep 2006 17:13:42 -0000 1.24
+++ FesStatement.cs 11 Oct 2006 13:00:33 -0000 1.25
@@ -321,7 +321,7 @@
     if (this.statementType == DbStatementType.StoredProcedure)
     {
      this.Fields.ResetValues();
-     outSqlda = marshaler.MarshalManagedToNative(this.db.Charset, 
this.fields);
+     outSqlda = marshaler.MarshalManagedToNative(this.db.Charset, 
this.fields, true);
     }

     int[] statusVector = FesConnection.GetNewStatusVector();


----- Original Message ----- 
From: "Carlos Guzmán Álvarez" <[EMAIL PROTECTED]>
To: "For users and developers of the Firebird .NET providers" 
<firebird-net-provider@lists.sourceforge.net>
Sent: Wednesday, October 11, 2006 3:01 PM
Subject: Re: [Firebird-net-provider] Still problems with Firebird 2.0 and 
.NET 1.1


Hello:
> I have read that this bug is solved, but I have downloaded and compiled 
> the
> sources from cvs, and I get the same exception.


Could you get the CVS sources again and retry, please ??


-- 
Carlos Guzmán Álvarez
Vigo-Spain

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to