VS .NET 2003 incompatibility with WinCE 5.0

  • Thread starter Hans Skytt Steffensen
  • Start date
H

Hans Skytt Steffensen

Hello,

I have made a Smart Device Application written in C# in Visual Studio .NET
2003 which runs on a MIPSII device running Windows CE 5.0. My device build
includes the 2 modules ".NET Compact Framework 1.0" and " Smart Device
Authentication Utility". I use the Smart Device Authenticaiton Utility to
connect the target to VS because I do not have Active Sync support. When I
start debugging from VS, it tries to install "System_SR_enu.cab" file and I
get the following message box pop up on the device:

"Unsupported System Version"
"The program is not compatible with the current operating sytem and,
therefore, may not run on this device. Do you want to continue the
installation?" Yes/No

If I select "Yes" debugging is working fine. How do I get rid of this
System_SR_enu.cab incompatibility?

Thanks,
Hans
 
D

Daniel Moth

If it works I wouldn't worry about the message.

The SR cab just contains the exception resource strings so it is not vital
to operation (in fact it is not part of the CF, just a developer aid).

Cheers
Daniel
 
R

riki

Hans said:
"Unsupported System Version"
"The program is not compatible with the current operating sytem and,
therefore, may not run on this device. Do you want to continue the
installation?" Yes/No

If I select "Yes" debugging is working fine. How do I get rid of this
System_SR_enu.cab incompatibility?
It's a know issue, just ignore it, it works fine.

riki

main(){printf("%d != %d, why?", sizeof('"')["'"],
,(sizeof('"'))["]\"\0["]);}
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
 

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