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

为君一笑 提交于 2019-12-04 10:27:53

问题


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


回答1:


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.




回答2:


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.



回答3:


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"




回答4:


  • 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



来源:https://stackoverflow.com/questions/4859829/please-install-netcfv35-messages-en-wm-cab-for-windows-mobile-5-0-and-above-or

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!