Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-19 Thread Russell Rose
When I last tried to build 2.5.1 for CF 2.0 it didn't compile. I have now also tried it for 2.5.2 Firstly, you cannot use entity_framework as this is only available for .net 3.5, then you will get an error with FbDataReader.cs as it doesn't recognise Func. I am attaching my sln file if that

Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-18 Thread Daniele
If you need it for CF2.0 you have to build it yourself. Where to find information to compile, install and use with CF2.0 on VS2005 pro ? -- This SF.net email is sponsored by Make an app they can't live without

Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-18 Thread Jiri Cincura
On Wed, Aug 18, 2010 at 09:30, Daniele alfaomega.dani...@gmail.com wrote: Where to find information to compile, install and use with CF2.0 on VS2005 pro ? You don't have to use VS. The csc is enough. But you can use VS2008 as well and change the target framework. -- Jiri {x2} Cincura

Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-18 Thread Daniele
Il 18/08/2010 10.46, Jiri Cincura ha scritto: You don't have to use VS. The csc is enough. But you can use VS2008 as well and change the target framework. Thanks adopt the VS2008 then. Where can I find complete information on how to compile, install and use the connector? The VS2010 also

Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-18 Thread Jiri Cincura
On Wed, Aug 18, 2010 at 16:00, Daniele alfaomega.dani...@gmail.com wrote: Where can I find complete information on Probably nowhere. Just define NET_CF directive and build for CF using csc (or VS). how to compile, install and use the connector? You don't have to install, there's no such

Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-13 Thread Jiri Cincura
On Thu, Aug 12, 2010 at 17:06, Russell Rose russ...@passfield.co.uk wrote: And it works with .net 3.5, but not with 2.0 If you need it for CF2.0 you have to build it yourself. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

[Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-12 Thread Russell Rose
Is there an official download of 2.5.2 for .Net CF? Also, has anyone got this working fully with .Net 2.0 or must we still use .Net 3.5? -- This SF.net email is sponsored by Make an app they can't live without Enter

Re: [Firebird-net-provider] Compact Framework version of 2.5.2

2010-08-12 Thread Russell Rose
I found a download at http://sourceforge.net/projects/firebird/files/firebird-net-provider/2.5.2/NETProvider-2.5.2-CF.7z/download And it works with .net 3.5, but not with 2.0 (get missingmethodexception) -- This SF.net