有64位的Visual Studio吗?为什么不呢?
当前回答
更新:2021年4月19日
微软发布了Visual Studio 2022 64位预览版
其他回答
不,但它在win64上运行良好,并可以创建win64 . exe
不!Visual Studio没有64位版本。
如何知道它不是64位的: 下载Visual Studio并单击安装按钮后,您将看到它自动选择的初始化文件夹是C:\Program Files (x86)\Microsoft Visual Studio 14.0
根据我的理解,从Windows 7开始,所有64位程序/应用程序都到C:\Program Files,所有32位应用程序都到C:\Program Files (x86)。
更新:2021年4月19日
微软发布了Visual Studio 2022 64位预览版
有64位的Visual Studio吗?
是的,字面上有一个叫做“Visual Studio”,是64位的,但在Mac上,而不是在Windows上
为什么不呢?
做决定是我们大脑中产生的电化学反应,它有一个激活点(我能想出的最无聊的答案,但跟随)。历史上也发生过同样的情况:Windows 64!
So in order to answer this fully I want you to remember old days. Imagine reasons for "why not we see 64bit Windows" are there at the time. I think at the time for Windows64 they had exact same reasons others have enlisted here about "reasons why not 64bit VS on windows" were on "reasons why not 64bit Windows" too. Then why they did start development for Windows 64bit? Simple! If they didn't succeed in making 64bit Windows I bet M$ would have been a history nowadays. If same reasons forcing M$ making 64bit Windows starts to appear on need for 64Bit VS then I bet we will see 64bit VS, even though very same reasons everyone else here enlisted will stay same! In time the limitations of 32bit may hit VS as well, so most likely something like below start to happen:
Visual Studio将放弃对32位的支持,变成64位, Visual Studio Code将取而代之, Visual Studio将为旧的扩展提供类似WOW64的功能,我认为这是不太可能发生的。
我打赌Visual Studio Code会及时取代这个位置;我猜它的分岔点将是某个CPU制造商X开始与x86_64架构竞争,在笔记本电脑和/或工作站的主流市场上占据一席之地,
更新:从visualstudio 2022预览网站引用https://web.archive.org/web/20211030202827/https://visualstudio.microsoft.com/vs/preview/:
利用您计算机的所有资源,将Visual Studio扩展到最大的项目和复杂的工作负载,而不会耗尽内存。您可以继续运行和调试32位应用程序。
似乎他们做了我所期待的,他们放弃了旧的32位支持,引用https://web.archive.org/web/20210910130939/https://learn.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022:
Visual Studio 2022 RC是一个64位的应用程序,在VS SDK中引入了一些突破性的变化
I want to thank every upvote for keeping this answer. As a thank you I want to add one more prediction: I still believe the trend will lean towards VSCode in time while VSCode forks or turns-into something like Eclipse Theia. Most probably they will give full support on cloud platforms with that. Especially for enterprises that will add great value and for the marketing sake I cannot find any better excuse about "move your onprem into the Azure" stuff. Anyhow seems we are correct about: Why Visualstudio was not 64 bit while it should be 64bit long ago,
更新:我想这将是最后一次更新。是的,这正是我所期待的方向:https://vscode.dev/被公开,
Visual Studio 2022是64位的
Windows上的Visual Studio 2022现在是一个64位应用程序。这意味着您可以打开、编辑、运行和调试即使是最大和最复杂的解决方案,而不会耗尽内存。
看到https://learn.microsoft.com/en us/visualstudio/ide/whats -新-视觉工作室- 2022
推荐文章
- Visual Studio: ContextSwitchDeadlock
- Visual Studio:如何打破处理异常?
- VS 2017 Git本地提交数据库。每次提交时锁定错误
- 无法启动IIS Express Web服务器,注册URL失败,访问被拒绝
- 如何下载Visual Studio社区版2015(不是2017)
- 查找和替换-添加回车符或换行符
- Visual Studio Community和其他付费版本的区别是什么?
- "输出类型为类库的项目不能直接启动"
- “无法在证书存储区中找到清单签名证书”-即使添加了新密钥
- 目标文件中无法解析的外部符号
- Visual Studio移动项目到不同的文件夹
- 如何在。net中创建和使用资源
- 如何在没有任何错误或警告的情况下找到构建失败的原因
- Visual Studio弹出提示:“操作无法完成”
- 为什么我在我的Excel插件中得到“无法在证书存储中找到清单签名证书”?