Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
I solve it i have added using FirebirdSql.Data.FirebirdClient; I looked in the FirebirdClientFactory.cs and saw that the name changed But now i have another error Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
Ok thanks i downloaded and extracted with 7zip 7zip x 7z x FirebirdClient-2.5.0-Alpha2-src.7z and now i try to build the 2.5.0 alpha and got some errors [Task:File=/home/mariuz/work/mono/NETProvider/source/FirebirdSql/Data/Entity/ExpressionTranslator.cs, Line=33, Column=19, Type=Error,

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread Jiri Cincura
What debug symbols you've defined? There shouldn't be NET_35 and ENTITY_FRAMEWORK. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the

[Firebird-net-provider] Compact Framework directive

2008-09-12 Thread Jiri Cincura
Hello *, I've changed Compact Framework directive NETCF to NET_CF to match our naming (NET_35, NET_20, etc.). -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
On Fri, Sep 12, 2008 at 6:14 PM, Jiri Cincura [EMAIL PROTECTED] wrote: What debug symbols you've defined? There shouldn't be NET_35 and ENTITY_FRAMEWORK. Ok i deleted debug and entity framework from the solution build options now i only got one more left

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
On Fri, Sep 12, 2008 at 6:36 PM, marius popa [EMAIL PROTECTED] wrote: On Fri, Sep 12, 2008 at 6:14 PM, Jiri Cincura [EMAIL PROTECTED] wrote: What debug symbols you've defined? There shouldn't be NET_35 and ENTITY_FRAMEWORK. Ok i deleted debug and entity framework from the solution build

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread Jiri Cincura
You have there still NET_35 symbol. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread Jiri Cincura
On Fri, Sep 12, 2008 at 5:43 PM, marius popa [EMAIL PROTECTED] wrote: the only problem the code still gives errors even with the new solution Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for FirebirdSql.Data.Common.Charset ---

[Firebird-net-provider] Mono - changing build directive and simplifying builds

2008-09-12 Thread Jiri Cincura
Hello *, when reading Marius's thread Example from Mono - FirebirdSql.Data. Are you missing an assembly reference I realized, that we have in code NET directive that we're using to throw away some code that's not good for Mono. But in fact we're using also MONO directive in build. So when

[Firebird-net-provider] Elegant way to detect Generator for Column

2008-09-12 Thread Michael Möhle
Hello, can anyone tell me how I can detect that there is a Generator for a Column? Michael - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with

[Firebird-net-provider] FB Embed File is in Use

2008-09-12 Thread Muthu Annamalai
Hi, We use Firebird Dot Net Provider version 2.1.0.0 with Firebird embed server version 2.1.0.17798 In our application, customer login using a login form. While opening the form we open the connection to validate user input. The connection string is for embedded server as follows

Re: [Firebird-net-provider] Elegant way to detect Generator for Column

2008-09-12 Thread Mr. John
Hi ,I think this question should be asked in firebird-support list. As I know,generators are independent objects,stored in database.You better have to look for BEFORE INSERT triggers that use generators. - Original Message From: Michael Möhle [EMAIL PROTECTED] To: