From: Sergio <se...@gm...> - 2009-08-25 07:39:27
|
Jiri, thank you very much for your help!! and the last question: i changed build.bat file: set CSC=c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe (this is a correct path to csc.exe) set NETCFLIBS="c:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE" (and this is a correct path to framework 2.0 libraries) BUT, it doesn't builds: d:\firebird\NETProvider\source\FirebirdSql\Data\Common\DbField.cs(499,10): warning CS1030: #warning: 'What about using TypeHelper.GetSystemDataTypeName?' d:\FBNETProvider\source\FirebirdSql\Data\Client\Managed\Version10\GdsConnection.cs(74,40): error CS0501: 'FirebirdSql.Data.Client.Managed.Version10.GdsConnection.IPAddress.get' must declare a body because it is not marked abstract or extern d:\FBNETProvider\source\FirebirdSql\Data\Client\Managed\Version10\GdsConnection.cs(74,53): error CS0501: 'FirebirdSql.Data.Client.Managed.Version10.GdsConnection.IPAddress.set' must declare a body because it is not marked abstract or extern d:\FBNETProvider\source\FirebirdSql\Data\Client\Managed\Version11\AuthResponse.cs(29,30): error CS0501: 'FirebirdSql.Data.Client.Managed.Version11.AuthResponse.Data.get' must declare a body because it is not marked abstract or extern d:\FBNETProvider\source\FirebirdSql\Data\Client\Managed\Version11\AuthResponse.cs(29,43): error CS0501: 'FirebirdSql.Data.Client.Managed.Version11.AuthResponse.Data.set' must declare a body because it is not marked abstract or extern d:\FBNETProvider\source\FirebirdSql\Data\Client\Managed\Version11\GdsDatabase.cs(50,59): error CS0501: 'FirebirdSql.Data.Client.Managed.Version11.GdsDatabase.DeferredPackets.get' must declare a body because it is not marked abstract or extern d:\FBNETProvider\source\FirebirdSql\Data\Client\Managed\Version11\GdsDatabase.cs(50,72): error CS0501: 'FirebirdSql.Data.Client.Managed.Version11.GdsDatabase.DeferredPackets.set' must declare a body because it is not marked abstract or extern d:\FBNETProvider\source\FirebirdSql\Data\FirebirdClient\FbTransactionOptions.cs(38,60): error CS0501: 'FirebirdSql.Data.FirebirdClient.FbTransactionOptions.TransactionBehavior.get' must declare a body because it is not marked abstract or extern d:\FBNETProvider\source\FirebirdSql\Data\FirebirdClient\FbTransactionOptions.cs(38,65): error CS0501: 'FirebirdSql.Data.FirebirdClient.FbTransactionOptions.TransactionBehavior.set' must declare a body because it is not marked abstract or extern how to build this project using CF 2.0? |