智能设备 CAB 项目中的安装问题

发布于 2024-10-10 20:51:43 字数 163 浏览 0 评论 0原文

我们正在为智能设备 CAB 项目创建一个包,其中包含卫星程序集。尽管我们对此很陌生,但在成功安装后,当应用程序尝试访问卫星程序集集时,我们会收到“缺少资源清单”异常,但是当我们在智能设备应用程序内手动替换区域性特定文件夹或卫星程序集时,它将起作用美好的。

任何帮助将不胜感激

谢谢

we are creating a package for smart device CAB project, which has satellite assemblies. hough we are new to this, after successful installation when application is trying to access the set of satellite assemblies we are getting "Missing resource manifest" exception, but when we replace the culture specific folder or satellite assemblies manually inside the smart device application will work fine.

Any help will be appreciated

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

燕归巢 2024-10-17 20:51:43

安装应用程序的 CAB 文件后,我遇到了同样的问题。当某种语言的资源文件被错误地复制到其他语言文件夹时,通常会出现此问题,例如,en_US 资源文件被复制到 da_DK 文件夹。请在负责为移动设备制作 .CAB 文件的项目中验证这一点,您可能在项目的“应用程序文件夹”中添加了错误的语言文件程序集。

您还可以测试购买暂时删除应用程序文件夹中除 en-US 之外的所有语言资源文件夹,并将其部署到您的设备上。这应该有效。

希望这有帮助!

干杯,
拉杰什

I faced the same problem after installing my application's CAB file. This issue generally occurs when the resource files for a language are wrongly copied to some other language folder e.g. the en_US resource files are copied to da_DK folder. Please verify this in your project responsible for making the .CAB file for your mobile device, you might be adding wrong language file assemblies in your project's 'Application Folder'.

You can also test buy temporarily deleting all language resources folders from Application Folder except en-US and deploy on your device. This should work.

Hope this helps !!!

Cheers,
Rajesh

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文