This question never ccame to me before buying VS 2005 but now...
I'm trying to develop a small app for a Symbol device that runs Windows
CE.NET 4.20. So we bought the Visual Studio 2005. Our previous VS was the
first VS.NET version (2002?). I tested VS2005 developing for compact
framework 2 (CF2) and is excellent. But now results .NET 4.2 is not
supported by CF2. Then I created a project for Pocket PC 2003 using Device
Application 1.0 template. I tryed to create a typed dataset from the Data
Sources pane. Ran the Datasource Configuration Wizzard and got:
"An error occurred while creating the current data source: Could not get
type information for 'XDataSet'"
The dataset code is generated but when tryin to compile the code, I get all
kind of errors from the generated code. It looks like the wizzard generated
CF2 code but the compiler expects CF1 code. Googling around I found a lot of
scary messages about CE.NET 4.2 and VS 2005. Even some says NET 4.2 is not
supported in VS 2005 (!!!) Is it means I wasted my money? Should I buy VS
2003 for 4.2 development and VS 2005 for 5.0? That is why in
Tools/Options/Device Tools/Devices I can select CE 5.0 as target platform
but not CE 4.2???
I'm totally confused. Any hint is welcomed.
Thanks in advance
Sammy
Paul T.
"SammyBar" <samm...@gmail.com> wrote in message
news:eeTw3b5G...@TK2MSFTNGP11.phx.gbl...
No data designers, for example, no typed DataSets.
You might be better off using CE 5 project in VS 2005 for now switching to
CE 4.2 by the time NETCF V2 is available on it.
That depends on your project time frame, though.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
"SammyBar" <samm...@gmail.com> wrote in message
news:eds1un5G...@TK2MSFTNGP11.phx.gbl...
Thanks for your attention
Sammy
While not officially supported, VS 2005 might be able to deploy and debug V1
projects on to CE 4.2 devices.
By the way, MC9000-G can use either CE 4.2 or Windows Mobile 2003, later is
officially supported by VS 2003.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
"SammyBar" <samm...@gmail.com> wrote in message
news:eh2rHm7G...@TK2MSFTNGP11.phx.gbl...
Thanks a lot (Spasivo vam bolshie)
Sammy
-Chris
"SammyBar" <samm...@gmail.com> wrote in message
news:uVpvsR8G...@tk2msftngp13.phx.gbl...
Marc
Thanks for your words
Sammy
Would it be safe to develop and debug on a CE 5.0 device and deploy to 4.2
via cab files?
I wrote a custom installer package anyhow that executes the cab files via a
script from a CF or SD card so we do not rely on visual studio to do the
deployment.
I wrote a small test program for this and it "SEEMS" to work ok thus far.
Tommy
"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:u2zBIf5G...@TK2MSFTNGP15.phx.gbl...
Paul T.
"Tommy" <to...@dontspamme.com> wrote in message
news:uy%23Mg7DH...@TK2MSFTNGP14.phx.gbl...
"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:eu8Du7EH...@TK2MSFTNGP10.phx.gbl...
Paul T.
"Tommy" <to...@dontspamme.com> wrote in message
news:OscIZ1fI...@TK2MSFTNGP09.phx.gbl...
Hi again, my device finally came to me and I could calm my anxiety: yes, you
can develop for CE.NET 4.2 with VS2005 without troubles.
I created my project for Pocket PC 2003, Compact Framework version 1. For
testing on the device (a Symbol 9000G barcode scanner) I craddled it and
selected "Pocket PC 2003 Device" on the VS toolbar and everything ran
smoothly. Even I can uncraddle the device and following the debugging
session via wireless networking without touching a key. Only the toolbar on
the Pocket PC 2003 emulator is shown at the bottom of the window, in the
real CE.NET device it is displayed at the top, like in desktop windows. Also
I should reserve space on the top of each window for the toolbar. The bottom
clearance for the windows remains the same 'cause CE.NET uses a taskbar that
is not present on the PPC emulator but which space is occupied by the
toolbar. Except for these details, all my fears where unjustified. Just I'd
like to use 2.0's templates to ged rid of all these ugly type castings....
Good luck
Sammy