An error message cannot be displayed because an optional resource assembly containing it cannot be found 异常问题处理

简介:

由于.NET Compact Framework为了节省资源,有些异常描述信息没有在标准安装包里面,需要另外安装才能显示异常信息。如果没有安装异常信息描述包,我们会得到下面的异常

An error message cannot be displayed because an optional resource assembly containing it cannot be found

“无法显示错误消息,原因是无法找到包含此错误消息的可选资源程序集” 

解决方法是在Windows Mobile或者Windows Embedded CE设备上为相应的语言安装相应的资源描述信息,例如英文版本安装

System_SR_ENU.CAB


    本文转自Jake Lin博客园博客,原文链接:http://www.cnblogs.com/procoder/archive/2010/01/29/Windows-Mobile-System-SR-ENU-CAB.html ,如需转载请自行联系原作者
相关文章
|
7月前
|
Kubernetes 容器
error: no configuration has been provided, try setting KUBERNET
error: no configuration has been provided, try setting KUBERNET
74 0
|
6月前
|
存储 缓存 自然语言处理
“error“: { “root_cause“: [{ “type“: “circuit_breaking_exception“, “reason“: “[parent] D【已解决】
“error“: { “root_cause“: [{ “type“: “circuit_breaking_exception“, “reason“: “[parent] D【已解决】
54 1
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
131 0
Uniapp Syntax Error: Error: Unbalanced delimiter found in string
Uniapp Syntax Error: Error: Unbalanced delimiter found in string
274 0
|
前端开发 数据库
Failed to load response dataNo data found for resource with given identifier
Failed to load response dataNo data found for resource with given identifier
1688 0
|
Linux
解决办法:error: <item> inner element must either be a resource reference or empty.
解决办法:error: <item> inner element must either be a resource reference or empty.
236 0
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
190 0
|
Java C++
程序运行问题排查和解决:an instance of ‘std::logic_error‘what(): basic_string::_M_construct null not valid
程序运行问题排查和解决:an instance of ‘std::logic_error‘what(): basic_string::_M_construct null not valid
1960 0
|
C语言