Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Jiří Činčura
> Reading the release notes for 4.9, there have been a change for the > event handlers, to simply use the generic EventHandler. > > http://tracker.firebirdsql.org/browse/DNET-640 Bingo! -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Daniel Rail
Title: Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile Hi, At January 18, 2016, 9:15 AM, LtColRDSChauhan wrote: Hi, 1.  On using ADO.NET provider 4.10.0.0 solution fails to compile.  The following error is reported: The type or namespace name

[Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread LtColRDSChauhan
Hi, 1. On using ADO.NET provider 4.10.0.0 solution fails to compile. The following error is reported: The type or namespace name 'ServiceOutputEventHandler' could not be found (are you missing a using directive or an assembly reference?) (CS0246) The type or namespace name

Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Jiří Činčura
Read every link in http://blog.cincura.net/233539-ado-net-provider-4-9-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Site24x7 APM Insight: Get Deep Visibility into Application

Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Геннадий Забула
According to http://semver.org/, if Public API surface is changed with any backwards incompatible changes major version must be changed. On 18 January 2016 at 16:29, Jiří Činčura wrote: >> Reading the release notes for 4.9, there have been a change for the >> event handlers, to

[Firebird-net-provider] ADO.NET provider 4.10.0.0

2016-01-18 Thread Jiří Činčura
More info: http://blog.cincura.net/233544-ado-net-provider-4-10-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM +

Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Jiří Činčura
Yes. But this was partially incompatible change. It depends on how it's written. Compiler can solve it too. BTW who said FirebirdClient is semver? ;) -- Mgr. Jiří Činčura Independent IT Specialist On Mon, Jan 18, 2016, at 16:26, Геннадий Забула wrote: > According to http://semver.org/, if