.NET 的 64 位升级

发布于 2024-07-10 16:45:14 字数 1560 浏览 7 评论 0原文

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

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

发布评论

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

评论(1

南烟 2024-07-17 16:45:14

就是这样,真的。 只要您留意 FxCop 警告并重新编译代码(以避免 32 位 WOW 层),就应该没问题。

  • This MSDN article is useful.
  • This blog has some good .NET 64-bit information.
  • Run the built-in or standalone FxCop and fix all its 64-bit warnings, especially around P/Invoke.
  • EDIT: Be careful if you use IntPtr in your code, or call into an x86 compiled assembly.

That's it, really. As long as you heed the FxCop warnings and also recompile your code (to avoid the 32-bit WOW layer), you should be fine.

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