在 WinCE 上安装诊断消息
我有一个 Windows CE 设备,我尝试在其上安装 NETCFv35.Messages.EN.cab 中包含的所有异常消息。
我的问题是,双击 CAB 文件时,收到以下错误消息:
文件“NETCFv35.Messages.EN.wm.cab”不是有效的 Windows CE 安装文件。
有人遇到过这条消息吗?我该如何修复它并安装此 CAB?
谢谢。
I've a Windows CE device on which I try to install all Exceptions message contained in the NETCFv35.Messages.EN.cab
My problem is, when double-clicking on the CAB File, I get the following error message :
The file "NETCFv35.Messages.EN.wm.cab" is not a valid Windows CE Setup file.
As anyone faced this message? How can I fix it and install this CAB?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试将其安装在通用 Windows CE(即不是 WinMo/WEH)设备上?如果是这样,那很可能就是问题所在。请注意,您的 CAB 文件中包含“wm”,表示 Windows Mobile CAB。
相反,请尝试非 WinMo 版本
NETCFv35.Messages.EN.cab
(在我的计算机上位于C:\Program Files (x86)\Microsoft.NET\SDK\CompactFramework\v3.5 \WindowsCE\诊断
)。Are you attempting to install this on a generic Windows CE (i.e. not WinMo/WEH) device? If so that could very well be the problem. Note that your CAB file has "wm" in in, indicating a Windows Mobile CAB.
Instead, try the non WinMo version
NETCFv35.Messages.EN.cab
(found on my machine atC:\Program Files (x86)\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\Diagnostics
).