Re: [Firebird-net-provider] FbRemoteEvent

2017-08-16 Thread Ulrich Groffy
Just learned, that this is necessary since I move to FirebirdClient version 5.9 :-) Thank you for pushing me into the right directions - its working now > Jiří Činčura hat am 16. August 2017 um 09:21 geschrieben: > > > > Seems to be a problem with the install .Net framework

Re: [Firebird-net-provider] FbRemoteEvent

2017-08-16 Thread Jiří Činčura
> Seems to be a problem with the install .Net framework v4.0.30319 ? Not really. Do you have all NuGet dependencies installed? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech

Re: [Firebird-net-provider] FbRemoteEvent

2017-08-16 Thread Ulrich Groffy
Is that what you are looking for? StackTrace : bei FirebirdSql.Data.FirebirdClient.FbRemoteEvent.QueueEvents(String[] events) bei RemoteEvent.Program.Main(String[] args) in S:\FirebirdClient\Test\FbRemoteEvent\Program.cs:Zeile 26. bei System.AppDomain._nExecuteAssembly(RuntimeAssembly

Re: [Firebird-net-provider] FbRemoteEvent

2017-08-14 Thread Jiří Činčura
What's the complete stack trace? I copy-pasted your code to a console app and it worked fine. I only changed database name. The rest was untouched. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out

[Firebird-net-provider] FbRemoteEvent

2017-08-14 Thread Ulrich Groffy
Since this new class with its own data connection were introduced, I can't make it work anymore. When using theQueueEvents(EventName) method an exception [] is thrown ["Error reading data from the connection."]I'm using the same connection string which I'm using for my other data connectionsIts

[Firebird-net-provider] FbRemoteEvent - trouble in gui application

2010-07-21 Thread Oleg Matveyev
Hi All. Sample code execution is fine in console application, but fails in gui application: event does not fired. /// private void Form1_Load(object sender, EventArgs e) { FbConnectionStringBuilder csb = new FbConnectionStringBuilder();

Re: [Firebird-net-provider] FbRemoteEvent - trouble in gui application

2010-07-21 Thread Jiri Cincura
I don't see any command there to post the event before CancelEvents and leaving the method (as it needs to fire event in GUI thread). -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] FbRemoteEvent - trouble in guiapplication

2010-07-21 Thread Oleg Matveyev
I don't see any command there to post the event before CancelEvents event was posted from IBExpert... (another app) and leaving the method (as it needs to fire event in GUI thread). thanks! i try it now... -- This

Re: [Firebird-net-provider] FbRemoteEvent - trouble inguiapplication

2010-07-21 Thread Oleg Matveyev
Thanks. Problem solved. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first