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 targets CE 4.2

If the device is able to install and run .NET Framework (Compact),
there's no problem. I'm running few applications on my PDA with
Windows Mobile (which is in fact subset of WinCE).

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
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/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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

It goes wrong immediatly. When doing the declaration of the FbConnection 
object, I receive the following error :

Error

TypeLoadException

Could not load type

System.Data.StateChangeEventHandler from assembly System.Data,

Version=1.0.5000.0, Culture=neutral, ...

Am I using the correct version ? However, not much choice, for CE 4.2, 
Visual Studio 2003 has to be used in combination with Compact Framework 1.0 
SP 3.

Do you have a code snippet please ?

Many thanks in advance,

Nico Callewaert

""Jiri Cincura"" <[EMAIL PROTECTED]> schreef in bericht 
news:[EMAIL PROTECTED]
> 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 targets CE 4.2
>
> If the device is able to install and run .NET Framework (Compact),
> there's no problem. I'm running few applications on my PDA with
> Windows Mobile (which is in fact subset of WinCE).
>
> -- 
> Jiri {x2} Cincura (Microsoft Student Partner)
> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>
> -
> 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/
> ___
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
> 



-
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/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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 to use Visual Studio 
2005/.NET Compact Framework 2.0



-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
ohloh   : http://www.ohloh.net/accounts/4138


-
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/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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 much !
Nico


""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> schreef in bericht 
news:[EMAIL PROTECTED]
> 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 
>> versi=
> on =
>
>> that targets CE 4.2
> You will be not able to do so unless you get to use Visual Studio =
>
> 2005/.NET Compact Framework 2.0
>
>
>
> -- =
>
> Carlos Guzm=E1n =C1lvarez
> Vigo-Spain
>
> Blog : http://carlosga.wordpress.com/
> FirebirdClient : http://www.firebirdsql.org/
> XMPP Client : http://code.google.com/p/xmppclient/
> ohloh : http://www.ohloh.net/accounts/4138
>
>
> -
> 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/
> ___
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
> 



-
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/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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 the .NET version.

You have to rebuild your application and use 2.x version of provider
(for Compact Framework).

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
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/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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.  With version 2.0, this is not happening and when I check the 
device after install, the Compact framework 2.0 is not installed at all. 
Could it be that Windows CE 4.2 and compact framework 2.0 don't go hand in 
hand ?

Thank you very much for helping me out.
Nico


""Jiri Cincura"" <[EMAIL PROTECTED]> schreef in bericht 
news:[EMAIL PROTECTED]
> 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 the .NET version.
>
> You have to rebuild your application and use 2.x version of provider
> (for Compact Framework).
>
> -- 
> Jiri {x2} Cincura (Microsoft Student Partner)
> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>
> -
> 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/
> ___
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
> 



-
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/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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 run on this device.  Do you want to continue 
installation?"

I just clicked the yes button.

Then when I tried to deploy the application from VS 2005, I received 
following error :

"Error
 This application requires a newer version of the Microsoft .NET compact 
framework than the version installed on this device".

I am wondering what version the CE 4.2 device is expecting.  I did the 
deploy from VS 2005 with the Firebird .NET data provider 2

I'm running out of resources to try things...
Any help is appreciated very much !
Best regards, Nico


""Jiri Cincura"" <[EMAIL PROTECTED]> schreef in bericht 
news:[EMAIL PROTECTED]
> 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 the .NET version.
>
> You have to rebuild your application and use 2.x version of provider
> (for Compact Framework).
>
> -- 
> Jiri {x2} Cincura (Microsoft Student Partner)
> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>
> -
> 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/
> ___
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
> 



-
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/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
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/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider