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

[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();