gpt4 book ai didi

visual-studio - 我想在 64 位模式下运行我的 Visual Studio

转载 作者:行者123 更新时间:2023-12-04 07:28:53 24 4
gpt4 key购买 nike

我正在 .NET 3.5 中编写我的 Web 服务,在此我必须访问 SharePoint 2010 数据,但 SharePoint 要求我的应用程序使用 64 位模式。 Visual Studio 默认为 32 位模式。如何在 64 位中运行我的 Visual Studio 2013?

这是我的任务管理器显示的:
enter image description here

我想我需要这个是 64 位的,我现在该怎么办?

最佳答案

2021 年更新
Microsoft just announced that Visual Studio 2022 will ship with a 64-bit version of the IDE so you can load super large solutions and won't constrain you to the 2GB limit imposed on 32-bit applications for visual studio itself.

Visual Studio 本身是一个 32 位应用程序,不能在“64 位模式”下运行。但是,Visual Studio 可以创建 32 位和 64 位应用程序,并且调试器可以连接到这两种类型的可执行文件。
Visual Studio 不需要在特定模式下运行,但它必须在支持 64 位的计算机上运行,​​运行 64 位版本的 Windows。
可能您的 Visual Studio 项目应设置为 64 位或 AnyCPU,以便您连接到 SharePoint。为此,请设置 the target platform of the project as described here .

  1. On the menu bar, choose Build, Configuration Manager.
  2. In the Active solution platform list, choose a 64-bit platform for the solution to target, and then choose the Close button.

  1. If the platform that you want doesn’t appear in the Active solution platform list, choose New.The New Solution Platform dialog box appears.2. In the Type or select the new platform list, choose x64.3. If you want to copy the settings from a current platform configuration, choose it, and then choose the OK button.

Note:


If you give your configuration a new name, you may have to modify the settings in the Project Designer to target the correct platform.


The properties for all projects that target the 64-bit platform are updated, and the next build of the project will be optimized for 64-bit platforms.

关于visual-studio - 我想在 64 位模式下运行我的 Visual Studio ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27686462/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com