Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Jiri Cincura
On 11/27/07, Nico Callewaert <[EMAIL PROTECTED]> wrote: > "The program is not compatible with the current operating system and, > therefore, may not run on this device. Do you want to continue > installation?" This is maybe the problem. Check some microsoft page, whether it's possible to run it.

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Nithin
try the new version in www.mircosft.com download center - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Nico Callewaert
Hi again, I succeeded now to install the .NET compact framework 2.0 Service pack 3. (I copied the .cab file to the device and I installed it from there). During the install I received following warning : "The program is not compatible with the current operating system and, therefore, may not r

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Nico Callewaert
Hello again, Thanks for the fast replies !! Yes, I have to rebuild the solution, but prior to that I experienced the following problems. I downloaded the Compact framework 2.0 Service pack 2.0 redistributable. Normally under version 1.0, the installer on the device was automatically launched.

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Jiri Cincura
On 11/27/07, Nico Callewaert <[EMAIL PROTECTED]> wrote: > Hi Carlos, > > Thank you for replying ! > I tried already. Then I receive an error that the version of the .NET > framework is not correct. Even I install the Compact framework 2.0 on the > device, the application keeps complaining about t

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Nico Callewaert
Hi Carlos, Thank you for replying ! I tried already. Then I receive an error that the version of the .NET framework is not correct. Even I install the Compact framework 2.0 on the device, the application keeps complaining about the .NET version. Any hint that I could check ? Thank you very mu

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Carlos Guzmán Álvarez
Hello: > I don't know if the following is possible : We have a Windows CE 4.2 > wireless device. We would like to connect to a Firebird database on a > remote server (not embedded). We are using Visual Studio 2003, the version > that targets CE 4.2 You will be not able to do so unless you get

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Nico Callewaert
Hello ! Thanks for the reply. The device is running the .NET compact framework 1.0 SP 3. The CE version is 4.2. The .NET DataProvider is version 1.7. I have a little code snippet : using FirebirdSql.Data.Firebird; . FbConnection con = new FbConnection(conString); <<<-

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Jiri Cincura
On 11/27/07, Nico Callewaert <[EMAIL PROTECTED]> wrote: > Hi !, > > I don't know if the following is possible : We have a Windows CE 4.2 > wireless device. We would like to connect to a Firebird database on a > remote server (not embedded). We are using Visual Studio 2003, the version > that tar

[Firebird-net-provider] Windows CE 4.2

2007-11-26 Thread Nico Callewaert
Hi !, I don't know if the following is possible : We have a Windows CE 4.2 wireless device. We would like to connect to a Firebird database on a remote server (not embedded). We are using Visual Studio 2003, the version that targets CE 4.2 Thanks a lot ! Nico Callewaert --