Click to See Complete Forum and Search --> : Conversion from PPC2003 to WM5.0


kokidi
August 13th, 2008, 03:48 AM
I'm converting an application from PPC2003 to WM5.0. I'm using .net 2003(C#) and converting it to .net2005. As for the database, i'm using SQL 2005.

While i'm running the application using the device emulator in .net platform in my pc i didn't encounter any problem. The application runs perfectly well.

But when i deploy it into cab files and run it in the mobile device (WM5.0), there's some System.IO.FileNotFoundException error and SQL connection error.

What is the necessary CAB files that i need to install in the mobile device?
Thanks

I've currently installed:
netcf.core.ppc3.arm
System_SR_enu
sql.ppc3.arm
System_SR_ENU1.0.cab
System_SR_ENU2.0.CAB
sql.dev.ENU.ppc.wce5.armv4i.CAB
sql.ppc.wce5.armv4i.CAB

DataMiser
September 20th, 2008, 03:11 AM
I'm converting an application from PPC2003 to WM5.0. I'm using .net 2003(C#) and converting it to .net2005. As for the database, i'm using SQL 2005.

While i'm running the application using the device emulator in .net platform in my pc i didn't encounter any problem. The application runs perfectly well.

But when i deploy it into cab files and run it in the mobile device (WM5.0), there's some System.IO.FileNotFoundException error and SQL connection error.

What is the necessary CAB files that i need to install in the mobile device?
Thanks

I've currently installed:
netcf.core.ppc3.arm
System_SR_enu
sql.ppc3.arm
System_SR_ENU1.0.cab
System_SR_ENU2.0.CAB
sql.dev.ENU.ppc.wce5.armv4i.CAB
sql.ppc.wce5.armv4i.CAB

I'm not that familiar with the build from C# but some files there kinda stand out to me.

namely.

netcf.core.ppc3.arm
sql.ppc3.arm
sql.dev.ENU.ppc.wce5.armv4i.CAB

The first 2 look like files for the PPC2003 rather than WM5
The 3rd looks like a CE.Net file rather than a WM5

I have also noticed that most of my apps [actually all of them] written in 2003 for PPC2003 work fine under WM5 without making any changes. The ones that I have changed to use the new framework then I had to use the WM5 support files instead of the PPC files.

CE.Net is a different story Ce4x files will not work on CE5x and the program must be reuilt but most CE4 and CE5 programs work fine under WM5 and most under PPC2003 as well.