What Visual Studio 2008 version to download for x86 .NET development?

為{幸葍}努か 提交于 2019-12-11 02:10:35

问题


What version should I download? I only see VS 2008 x86 and some "WOW64" stuff on MSDN. Will "Visual Studio 2008 Professional Edition (x86)" work?


回答1:


Yes VS2008 x86 will work on both x86 and x64. There is no x64 only version.

WOW64 refers to windows32 on windows64 and it is a transparent emulation laywer that allows x86 programs to run on x64 operating systems. WOW64 will automatically be used if you run an x86 Windows program on an x64 Windows operating system.




回答2:


Yes it should work. Any reasons why you think it wont? Are you running a 32 bit or 64bit os?




回答3:


To clarify a bit, there is only one version of Visual Studio with respect to processor architecture: x86. Visual Studio does not run natively on 64 bit operating systems but instead uses the Wow64 environment to run as an x86 application.

In short, don't focus on the x86 portion when downloading Visual Studio :)



来源:https://stackoverflow.com/questions/1889828/what-visual-studio-2008-version-to-download-for-x86-net-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!