From: LtColRDSChauhan <rds...@gm...> - 2016-01-18 13:16:04
|
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 'FbRemoteEventEventHandler' could not be found (are you missing a using directive or an assembly reference?) (CS0246) 2. Reverting to version 4.8.1.1, compile for the same solution succeeds. Regards, Rajiv |
From: Jiří Č. <ji...@ci...> - 2016-01-18 13:57:35
|
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 |
From: Daniel R. <da...@ac...> - 2016-01-18 14:28:46
|
<html><head><title>Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile</title> </head> <body> <span style=" font-family:'Courier New'; font-size: 9pt;">Hi,<br> <br> At January 18, 2016, 9:15 AM, LtColRDSChauhan wrote:<br> <br> </span><table> <tr> <td width=2 bgcolor= #0000ff><br> </td> <td><span style=" font-family:'courier new'; font-size: 9pt;">Hi,<br> <br> 1. On using </span><a style=" font-family:'courier new'; font-size: 9pt;" href="http://ADO.NET">ADO.NET</a><span style=" font-family:'courier new'; font-size: 9pt;"> provider 4.10.0.0 solution fails to compile. The following error is reported:<br> <br> The type or namespace name 'ServiceOutputEventHandler' could not be found (are you missing a using directive or an assembly reference?) (CS0246)<br> The type or namespace name 'FbRemoteEventEventHandler' could not be found (are you missing a using directive or an assembly reference?) (CS0246) <br> <br> 2. Reverting to version 4.8.1.1, compile for the same solution succeeds.<br> <br> Regards,<br> Rajiv</td> </tr> </table> <br><br> <span style=" font-family:'Courier New'; font-size: 9pt;">Reading the release notes for 4.9, there have been a change for the event handlers, to simply use the generic EventHandler.<br> <br> </span><a style=" font-family:'Courier New'; font-size: 9pt;" href="http://tracker.firebirdsql.org/browse/DNET-640">http://tracker.firebirdsql.org/browse/DNET-640</a> <br> <br> <span style=" font-family:'arial'; color: #c0c0c0;"><i>-- <br> Best regards,<br> Daniel Rail<br> Senior Software Developer<br> ACCRA Solutions Inc. (</i></span><a style=" font-family:'arial';" href="http://www.accra.ca">www.accra.ca</a><span style=" font-family:'arial'; color: #c0c0c0;"><i>)<br> ACCRA Med Software Inc. (</i></span><a style=" font-family:'arial';" href="http://www.filopto.com">www.filopto.com</a><span style=" font-family:'arial'; color: #c0c0c0;"><i>)</body></html> |
From: Jiří Č. <ji...@ci...> - 2016-01-18 14:29:45
|
> 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 |
From: Геннадий З. <zab...@gm...> - 2016-01-18 15:26:57
|
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 <ji...@ci...> wrote: >> 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 > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jiří Č. <ji...@ci...> - 2016-01-18 19:11:09
|
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 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 <ji...@ci...> wrote: > >> 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 > > > > ------------------------------------------------------------------------------ > > Site24x7 APM Insight: Get Deep Visibility into Application Performance > > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > > Monitor end-to-end web transactions and take corrective actions now > > Troubleshoot faster and improve end-user experience. Signup Now! > > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |