Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please install ‘NETCFv35.Messages.EN.wm.cab’ for Windows Mobile 5.0 and above or ‘NETCFv35.Messages.EN.cab’ for other platforms. Restart the a

An error message is available for this exception but cannot be displayed because these messages are optional and are not currently installed on this device. Please install ‘NETCFv35.Messages.EN.wm.cab’ for Windows Mobile 5.0 and above or ‘NETCFv35.Messages.EN.cab’ for other platforms. Restart the application to see the message. Hey any one know about solution for this......

like image 978
Dev.Windows Avatar asked Feb 01 '11 07:02

Dev.Windows


4 Answers

The device is telling you that you had an exception, but the exception "Message" is not available. There are a few things to know here:

  1. You should be catching exceptions and providing user-meaningful messsages, not the message in the exception itself. It usually means nothing to a user.
  2. You can install the exception messages by installing the indicated CAB file, which can be found here:
    %PROGRAM_FILES%\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\Diagnostics
  3. A restart isn't actually needed.
like image 195
ctacke Avatar answered Nov 11 '22 06:11

ctacke


2 Simple Steps:

1) Simply copy the file :

NETCFv35.Messages.EN.cab 

from your computer to your device.

The CAB can be found on your own 32-bit Windows system here:

C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\Diagnostics

On 64-bit systems the file is here:

C:\Program Files (x86)\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\Diagnostics`

2) Locate the file on your device, Tap on it from your device and it would install automatically.

like image 24
Israel Margulies Avatar answered Nov 11 '22 06:11

Israel Margulies


  • Extract SYCCFA~1.001 from NETCFv35.Messages.XX.wm.cab
  • Rename it System.SR.dll
  • Add it as reference to your application

From: http://tech.cybernet.lu/?p=522#comment-199

like image 3
Tico Fortes Avatar answered Nov 11 '22 06:11

Tico Fortes


just go to the given path below and download the file...its working... "sourceforge.net/projects/opencellclient/files/OpenCellClient/V0.3.1-4/NETCFv35.Messages.EN.wm.cab/download?use_mirror=tenet"

like image 2
warrenpeace Avatar answered Nov 11 '22 06:11

warrenpeace