I make an application with Visual C# for the Mk3000 with Windows CE 5.0, the aplication use a small database on SQL CE 3.5 , that holds some data when the device lost conection with the local network. The issue is that my company is updating some Mk3000 to Mk3100 with Windows Embedded Compact 7, I modify my aplication to work with this OS, but the problem are the installation CAB files for the SQL CE :
- sqlce.dev.ENU.wce5.armv4i.cab
- sqlce.wce5.armv4i.cab
- sqlce.repl.wce5.armv4i.cab
All of them are not installed correctly, it shows a window with the next message "The program is not compatible with the current operating system..." message.
My question is: there is a way to make this cab files work, and if not what is the option?, Im trying to find info about this issue on the msdn and stackoverflow, but I haven't find anything,
Thanks in advance.
Hi Daniel Silva, I have already check that solution, but it didn't work, a windows appears with the next message: 'SQL CE Core was not properly installed" and a console windows: failed to add assembbly : "system.data.sqlserverce.dll" also when I run the application another windows appear:
Also I have another question, Im not an .Net programmer I know a few things here and there, so I not sure about this, rigth now I have my develop enviroment only for the mk3000 with a visual studio 2008 and EMDK for .net v2.8 , if I install the correct dependecies to develop on Windows Embedded Compact 7, will I still be able to develop applications fow win ce 6.0 or 5.0? I ask because a year ago I did this and have trouble to make some apps work with these Win CE versions I have to reinstall everything again.
Points: 0
You voted ‘up’
Take a look at this..
Points: 0
You voted ‘up’
Hello,
Where can we get System.Data.SqlServerCe.dll with Version No 3.8154.0
Points: 0
You voted ‘up’
i have the same problem and i dont jnow if zebra resolve this issue.
Points: 0
You voted ‘up’
Hi, I have the same problem. Which .cab file replaces the sql.wce5.armv4i.CAB
Thank you
Points: 0
You voted ‘up’
Try this:
Change the INF file in the cab-file.
Set the parameter "MAX OS = 6.99" to a higher value.
Greetings Achim
Points: 0
You voted ‘up’