简体   繁体   中英

how to add .net 3.5 to visual studio 2010?

I tried to installed visual studio 2010 and it installed .net 4 only. i want to add .net 3.5 to the visual studio. I have installed the 3.5 and now i'm having problem with add .net 3.5 to the new visual studio. how can i add 3.5 to vs 2010?

You don't need to "add" .NET 3.5 to VS2010. When you create a new project, you just specify which version of .NET you want to target. (You can change this later, too, in project properties.)

Try this link: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en

It is the download package for .NET 3.5. Maybe you don't have 3.5 installed.

Also read Jon's answer.

EDIT: Updated link to point to .NET 3.5 SP 1 instead as Hans points out.

好的,现在我了解了在Visual Studio 2008上安装时发生的情况。显然,默认情况下未安装3.5框架(至少在我工作的地方,默认情况下他们不会默认安装它。VS2010不会为您安装3.5-使用Windows Server Manager安装它,然后安装3.5,您将立即能够在VS中重新定位项目。

.NET FRAMEWORK 4 contains all precedents versions. Just target your project in properties of your application in VS2010

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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