Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-21 Thread André Knappstein
On Tue, Nov 20, 2012 at 6:29 PM, André Knappstein knappst...@beta-eigenheim.de wrote: It turned out that MS moved XML stuff around libraries and so you will get completely another exception instead of the expected FBException. ??? ahem... I will try to reproduce it again

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-21 Thread Jiri Cincura
On Wed, Nov 21, 2012 at 10:19 AM, André Knappstein knappst...@beta-eigenheim.de wrote: As far as I understood this is because MS has put the classes required for Extension into another namespace in 4.5 than it was in 4.0 I don't think MS did that. It would break the application even from

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-21 Thread André Knappstein
On Wed, Nov 21, 2012 at 10:19 AM, André Knappstein knappst...@beta-eigenheim.de wrote: As far as I understood this is because MS has put the classes required for Extension into another namespace in 4.5 than it was in 4.0 I don't think MS did that. It would break the application even from

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-21 Thread Jiri Cincura
Ahh, that's about the attribute that was moved. Not about XML. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- Monitor your physical, virtual and cloud infrastructure

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-21 Thread Oliverio Girondo
Are you using DevExpress XPO ? I had a similar problem, because FbErrorCollection does not implement ICollection. 2012/11/21 André Knappstein knappst...@beta-eigenheim.de On Wed, Nov 21, 2012 at 10:19 AM, André Knappstein knappst...@beta-eigenheim.de wrote: As far as I understood this

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-21 Thread Jiri Cincura
On Wed, Nov 21, 2012 at 4:27 PM, Oliverio Girondo x22...@gmail.com wrote: FbErrorCollection does not implement ICollection. namespace FirebirdSql.Data.FirebirdClient { #if (!NET_CF) [Serializable, ListBindable(false)] #endif public sealed class FbErrorCollection :

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-21 Thread Oliverio Girondo
Until version 2.7.0 implement only ICollection (no generic) Since version 2.7.7 implement only ICollectionFbError 2012/11/21 Jiri Cincura disk...@cincura.net On Wed, Nov 21, 2012 at 4:27 PM, Oliverio Girondo x22...@gmail.com wrote: FbErrorCollection does not implement ICollection.

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-21 Thread André Knappstein
No. not using *any* RAD tools in addition to what is offered by .net/C#/VS Are you using DevExpress XPO ? I had a similar problem, because FbErrorCollection does not implement ICollection. -- Monitor your

[Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-20 Thread Oliverio Girondo
http://sourceforge.net/projects/firebird/files/firebird-net-provider/3.0.2/NETProvider-3.0.2.0.7z/download DLL requires a higher version to 2.0 Thanks -- Monitor your physical, virtual and cloud infrastructure from a

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-20 Thread Jiri Cincura
On Tue, Nov 20, 2012 at 9:42 AM, Oliverio Girondo x22...@gmail.com wrote: http://sourceforge.net/projects/firebird/files/firebird-net-provider/3.0.2/NETProvider-3.0.2.0.7z/download DLL requires a higher version to 2.0 There's no version for .NET 2.0, at least .NET 3.5 is required and you have

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-20 Thread Oliverio Girondo
Thanks. Xavi Codina 2012/11/20 Jiri Cincura disk...@cincura.net On Tue, Nov 20, 2012 at 9:42 AM, Oliverio Girondo x22...@gmail.com wrote: http://sourceforge.net/projects/firebird/files/firebird-net-provider/3.0.2/NETProvider-3.0.2.0.7z/download DLL requires a higher version to 2.0

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-20 Thread André Knappstein
... and you have to download appropriate build. Aah! Ye! Now I see... This posting also helped me find one thing I chased without success the whole day. I blindly installed the new 3.x provider on each machine. Using only .net 4.0 - and not the current 4.5 - I also have

Re: [Firebird-net-provider] DLL version for .NET 2.0 does not work

2012-11-20 Thread Jiri Cincura
On Tue, Nov 20, 2012 at 6:29 PM, André Knappstein knappst...@beta-eigenheim.de wrote: It turned out that MS moved XML stuff around libraries and so you will get completely another exception instead of the expected FBException. ??? -- Jiri {x2} Cincura (x2develop.com founder)