Windows Phone 7 中有类似 GAC 的东西吗?

发布于 2024-11-15 09:08:27 字数 78 浏览 5 评论 0原文

如果不是,那么我们应该如何处理汇编版本的事情呢?

顺便说一句:我找不到对 WP7 程序集进行强名称签名的方法,我错过了什么吗?

If not, then how should we handle the assembly version thing?

BTW: I can not find a way to strong name sign a WP7 assembly, did I miss anything?

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

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

发布评论

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

评论(1

寄与心 2024-11-22 09:08:27

不,WP7 中没有 GAC 或同等功能。

GAC 用于共享版本化程序集。在 Windows Phone 7 中,每个应用程序都与所有其他应用程序完全隔离,因此不需要程序集共享工具。

No, there is no GAC or equivalent in WP7.

The GAC is used for sharing versioned assemblies. In Windows Phone 7, each application is completely isolated from all other applications, so there is no need for an assembly sharing facility.

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