是否有任何优势来建设我的.NET应用程序与64位的框架?我的、应用程序、框架、有任何

由网友(刘老汉*)分享简介:我们使用的MSBuild来构建我们的.NET应用程序专门用于构建的服务器上。我们迁移到新的硬件,有64位Windows 2003。我可以使用64位版本的MSBuild的Framework64中构建应用程序或者我可以使用32位建立它verison的框架中。是否有任何优势,建设有64位版本的MSBuild的?We use...

我们使用的MSBuild来构建我们的.NET应用程序专门用于构建的服务器上。我们迁移到新的硬件,有64位Windows 2003。我可以使用64位版本的MSBuild的Framework64中构建应用程序或者我可以使用32位建立它verison的框架中。是否有任何优势,建设有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.

阅读全文

相关推荐

最新文章