Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Mercea Paul
Hi all I have tested with latest version (2.5 alpha 2) and works ok! Thanks, Paul > On 3/12/08, Mercea Paul <[EMAIL PROTECTED]> wrote: > > Strange is the fact that I can't get in debug mode the error, I get > error > > message before any code line to be executed! > > This looks like your asse

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Jiri Cincura
On 3/12/08, Mercea Paul <[EMAIL PROTECTED]> wrote: > Strange is the fact that I can't get in debug mode the error, I get error > message before any code line to be executed! This looks like your assembly is broken. Test the latest (2.5) version, link is few post above. And tell us, if there's an

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Dean Harding
Mercea Paul wrote: > Eliminating '.dll' extension doesn't make any difference! > Strange is the fact that I can't get in debug mode the error, I get error > message before any code line to be executed! Yeah, sorry, I misread your original post. It looks like it's loading the wrong version of the

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Mercea Paul
AIL PROTECTED] On Behalf > Of Jiri Cincura > Sent: Thursday, March 13, 2008 12:12 AM > To: For users and developers of the Firebird .NET providers > Subject: Re: [Firebird-net-provider] I get Error when I specify > ClientLibrary for embeded FB2.1 > > On 3/12/08, Dean Harding <

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Mercea Paul
NET providers > Subject: Re: [Firebird-net-provider] I get Error when I specify > ClientLibrary for embeded FB2.1 > > On 3/12/08, Mercea Paul <[EMAIL PROTECTED]> wrote: > > The code works ok for me to but only if I have fbembed.dll in the > same > > folder as my a

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Jiri Cincura
On 3/12/08, Dean Harding <[EMAIL PROTECTED]> wrote: > Don't include the ".dll" on the end of the ClientLibrary just "fbembed". > This is cross-platform, and it's ".dll" on Windows, ".so" on Linux. I don't think this is the problem. First, he has a problem with assigning the property. Second it wo

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Dean Harding
Mercea Paul wrote: > fbcs.ClientLibrary = apppath + @"\fb\fbembed.dll"; <- if I > comment this and copy all needed files to app folder, error disapear Don't include the ".dll" on the end of the ClientLibrary just "fbembed". This is cross-platform, and it's ".dll" on Windows, ".so" on

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Jiri Cincura
On 3/12/08, Mercea Paul <[EMAIL PROTECTED]> wrote: > The code works ok for me to but only if I have fbembed.dll in the same > folder as my application! But then you're not using ClientLibrary property as you said, right? > Should I use other versions? Send then on my email address! I have no p

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Mercea Paul
> > Method not found : 'Void > > > FirebirdSql.Data.FirebirdClient.ConnectionStringBuilder.set_ClientLibra > ry(System.String)' > > Did you use oficial build from SF? I've tried 2.1 and 2.5 with your > code and the code goes thru line without any error. Weird. The code works ok for me to but only

Re: [Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Jiri Cincura
On 3/12/08, Mercea Paul <[EMAIL PROTECTED]> wrote: > Method not found : 'Void > FirebirdSql.Data.FirebirdClient.ConnectionStringBuilder.set_ClientLibrary(System.String)' Did you use oficial build from SF? I've tried 2.1 and 2.5 with your code and the code goes thru line without any error. Weird.

[Firebird-net-provider] I get Error when I specify ClientLibrary for embeded FB2.1

2008-03-12 Thread Mercea Paul
Hi all Using VS2005 c#, FB 2.1 embeded, Fb.Net 2.1.0 provider. I try to port some off my old application from Delphi and dbf files to c# and fbembeded. I try to keep existing folders as they are and I have added new folder for fbembeded files. When I run application I get error because fbembed.dl