使用 64 位框架构建我的 .NET 应用程序有什么好处吗? [英] Is there any advantage to building my .NET application with the 64 bit framework?

查看:32
本文介绍了使用 64 位框架构建我的 .NET 应用程序有什么好处吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们使用 msbuild 在专用于构建的服务器上构建我们的 .NET 应用程序.我们正在迁移到具有 64 位 Windows 2003 的新硬件.我可以使用 Framework64 中的 64 位版本的 msbuild 构建应用程序,或者我可以使用 Framework 中的 32 位版本构建它.使用 64 位版本的 msbuild 进行构建有什么优势吗?

We use msbuild to build our .NET application on a server dedicated to builds. We are migrating to new hardware which has 64 bit Windows 2003. I can build the application using the 64 bit version of msbuild found in Framework64 or I can build it using the 32 bit verison found in Framework. Is there any advantage to building with the 64 bit version of msbuild?

推荐答案

不是特别没有.唯一真正的优势是 64 位版本的 msbuild 将能够利用更多的地址空间.就是这样.

Not particularly no. The only real advantage is that the 64 bit version of msbuild will be able to take advantage of more address space. That's really about it.

这篇关于使用 64 位框架构建我的 .NET 应用程序有什么好处吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆