简体   繁体   English

我可以在Windows 7 32bit上安装.net Framework 3.5吗

[英]Can I install .net framework 3.5 on windows 7 32bit

I uninstall .net framework 4.5 from my windows 7 32 bit computer. 我从Windows 7 32位计算机上卸载了.net Framework 4.5。 but I need to use .net framework 3.5 for new project. 但是我需要为新项目使用.net framework 3.5。

Where can I get .net framework 3.5 SP1 for windows 7 32 bit. 在哪里可以获取Windows 7 32位的.net framework 3.5 SP1。

The .NET framework is backwards compatible. .NET框架向后兼容。 You can program and compile against 3.5 with 4.5 installed. 您可以针对安装了4.5的3.5进行编程和编译。

See How to: Target a Version of the .NET Framework . 请参见如何:定位.NET Framework的版本

如果您已卸载或不具备.NET框架4.5 / 4或3.5安装在PC上,并要安装3.5具体而言,这里是链接

Go to my computer and click on C drive and then click on Windows. 转到我的计算机,单击C驱动器,然后单击Windows。 Scroll down and you will see MicrosoftNET. 向下滚动,您将看到MicrosoftNET。 Click on it and you see two files. 单击它,您将看到两个文件。 Select Framework and click. 选择框架,然后单击。 Scrolldown and you will see v3.5. 向下滚动,您将看到v3.5。 Click on it and you will see MicrosoftNetFramework 3.5 Click on it and scrolldown you will see Setup. 单击它,您将看到MicrosoftNetFramework 3.5单击它并向下滚动,您将看到安装程序。 It is an application file. 它是一个应用程序文件。 Click on it and you are set. 单击它,您便设置好了。

Pokossy@hotmail.com Pokossy@hotmail.com

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

相关问题 如何从32位.NET App在64位Windows Server 2008上启动ServerManager.msc? - How can I start ServerManager.msc on a 64bit Windows Server 2008 from a 32bit .NET App? 如何以编程方式检测DLL是在.NET中编译为32位还是64位? - How can I detect, programmatically, whether a DLL is compiled 32bit or 64bit in .NET? .NET-如何确定dll是该dll的32位还是64位版本 - .NET - How can I tell if a dll is a 32bit or 64bit version of that dll Windows 7 64上的.net process.start()32位应用程序 - .net process.start() 32bit app on windows 7 64 是否可以仅重新分发 .NET Framework 3.5 32 位? - Is it possible to redistribute .NET Framework 3.5 32-bit only? 如何在 Windows 10 上安装 .Net 3.5? - How can I install .Net 3.5 on Windows 10? 在64位Windows 7上开发的软件能否在32位OS(Windows XP或Windows 7)上运行? - Can software developed on 64-bit Windows 7 run on 32bit OS (Windows XP or Windows 7)? 您可以在64位PC / OS上安装.NET Framework Client Profile 32位版本吗? - Can you install .NET Framework Client Profile 32 bit version on a 64 bit PC/OS? 为什么.NET将不支持32位的SSE(而ryujit支持64位),而Mono同时支持32位和64位呢? - Why .NET will does not support SSE in 32bit (while ryujit 64bit can) while Mono supports both 32bit and 64bit? .NET应用程序如何运行32位和64位Office? - How can .NET app run with 32bit and 64bit Office?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM