Migration from CF 1.0

N

Nathan

Is there guides written about migration of projects from CF 1.0?

Let's suppose I have a VS 2003 solution with a CF 1.0 project that uses Sql
Ce 2.0, a few hacks to do VGA rescaling for 2003SE, and an MSI file with a
custom install step that installs the Program cab, the netcf1 sp3 cab, the
sqlCE 2.0 cab, and the CF English Error messages cab.

Are there some guides that give you an idea how much turmoil will be
involved in the project files and in the code to convert this to a VS 2005
solution that uses CF2.0, SQL Mobile, and installs the appropriate CABs?
Perhaps with the needed steps mentioned. I'm pretty sure someone has done
this.

Any chances of having the same code compile for both (probably with
different project files, etc), or is the idea so laughable that you are
falling out of your chairs?

Nathan
 
I

Ilya Tumanov [MS]

You should be able to reuse your MSI, just swap CAB files for NETC V2/SQL
Mobile and update device detection logic so it would pick correct CAB.

There's a very good chance you'll be able to compile and run code with no
(or minor) changes. I would recommend not using update wizard but creating
new NETCF V2 project and adding files from V1 project into it instead. If
you have SQL CE 2.0 database, it needs to be converted to SQL Mobile format
which is done on device.


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top