[Mono-list] mono 1.1.16.1 NotImplementedException in System.Data

Oleg Deribas thisaddressisnotmine at td.selfip.net
Wed Aug 9 10:31:41 EDT 2006


Hello,

I'm trying to use FirebirdSql.Data.FirebirdClient.dll for .NET 2.0 with
latest mono 1.1.16.1. And I've got the following exception:

System.NotImplementedException: The requested feature is not implemented.
  at System.Data.Common.DbDataAdapter.set_SelectCommand
(System.Data.Common.DbCommand value) [0x00000]
  at FirebirdSql.Data.FirebirdClient.FbDataAdapter.set_SelectCommand
(FirebirdSql.Data.FirebirdClient.FbCommand value) [0x00000]
  at FirebirdSql.Data.FirebirdClient.FbDataAdapter..ctor
(FirebirdSql.Data.FirebirdClient.FbCommand selectCommand) [0x00000]
  at (wrapper remoting-invoke-with-check)
FirebirdSql.Data.FirebirdClient.FbDataAdapter:.ctor
(FirebirdSql.Data.FirebirdClient.FbCommand)
  at TestFb20.SQL (System.String sql) [0x00000]

Is this going to be implemented soon, or should I try to limit my code
with .NET 1.1 features?

-- 
Oleg


More information about the Mono-list mailing list