- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在 .NET 3.5 中编写我的 Web 服务,在此我必须访问 SharePoint 2010 数据,但 SharePoint 要求我的应用程序使用 64 位模式。 Visual Studio 默认为 32 位模式。如何在 64 位中运行我的 Visual Studio 2013?
这是我的任务管理器显示的:
我想我需要这个是 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 .
- On the menu bar, choose Build, Configuration Manager.
- In the Active solution platform list, choose a 64-bit platform for the solution to target, and then choose the Close button.
- 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/
使用登录后,我想吐出用户名。 但是,当我尝试单击登录按钮时, 它给了我力量。 我看着logcat,但是什么也没显示。 这种编码是在说。 它将根据我在登录屏幕中输入的名称来烘烤用户名。 不会有任何密码。
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎是题外话,因为它缺乏足够的信息来诊断问题。 更详细地描述您的问题或include a min
我是一名优秀的程序员,十分优秀!