>
> 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)
>

Using generic EventHandler<ServiceOutputEventArgs> resolved the issue.


> The type or namespace name 'FbRemoteEventEventHandler' could not be found
> (are you missing a using directive or an assembly reference?) (CS0246)
>

Using generic EventHandler<FbRemoteEventEventArgs> resolved the issue

>
> 2.  Reverting to version 4.8.1.1, compile for the same solution succeeds.
>

Thanks  Jiri, Daniel


> Regards,
> Rajiv
------------------------------------------------------------------------------
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
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to