简体   繁体   English

.NET Framework和Visual Studio安装顺序

[英].NET Framework & Visual Studio install order

does it matter if we install .net framework & then visual studio or does visual studio comes with the framework ? 如果我们安装.net框架然后安装visual studio或者visual studio是否附带框架? I know it's a basic question but i never thought of this honestly. 我知道这是一个基本问题,但我从来没有想过这个问题。

TIA TIA

Nope doesn't matter, the framework is built into Windows and if your version of Windows does not have the framework for the VS you are installing VS will install it for you. Nope并不重要,该框架内置于Windows中,如果您的Windows版本没有VS的框架,则安装VS将为您安装。 Just make sure to run windows update after. 只需确保之后运行Windows更新。

The framework was built to run side by side. 该框架是为了并行运行而构建的。

I currently run Visual Studio 2003,2005, and 2008. I have the 1.0,1.1,2.0,3.0,3.5 assemblies installed. 我目前运行Visual Studio 2003,2005和2008.我安装了1.0,1.1,2.0,3.0,3.5程序集。

I did not install them in order and have never had an issue. 我没有按顺序安装它们并且从未遇到过问题。

If you install Visual Studio and you don't have .NET installed already, the VS installation will launch the .NET installation as one of the pre-requisites. 如果您安装了Visual Studio并且尚未安装.NET,则VS安装将启动.NET安装作为先决条件之一。 In my experience that's the easiest way to do it. 根据我的经验,这是最简单的方法。

As mentioned in the previous answers: no it doesn't matter if you're just talking about visual studio and the .NET framework. 正如前面的答案中所提到的:如果您只是谈论Visual Studio和.NET框架,那么无关紧要。

However, if you need to install multiple versions of visual studio, it will matter, those need to be installed in chronological order, eg. 但是,如果您需要安装多个版本的visual studio,那就很重要,那些需要按时间顺序安装,例如。 VS.net, then VS2005, then VS2008 then VS2010. VS.net,然后VS2005,然后VS2008然后VS2010。 If you stray from that order, some solutions won't load correctly. 如果您偏离该顺序,某些解决方案将无法正确加载。

Visual Studio comes with framework and will install the framework during installation. Visual Studio附带框架,将在安装期间安装框架。 So all you need is basically installation DVD with Visual Studio. 所以你需要的只是安装带有Visual Studio的DVD。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM