Hướng dẫn cài đặt net framework 3.5

Thông thường mặc định windows server 2019 sẽ support default 4.0 trở lên , thế nhưng một số ứng dụng cũ vẫn sử dụng phiên bản 2.0, 3.5 cũ và chúng ta cần phải cài đặt

Tuy nhiên trên các phiên bản Window server từ 2019 trở đi khi cài đặt online thường sẽ xuất hiện thông báo lỗi như hình bên dưới , do đó cần phải cài đặt offline

II. Các bước thực hiện:

1. Chuẩn bị File ISO cài đặt window server 2019

Thực hiện mount file ISO vào máy , tìm đến đường dẫn sources > sxs sẽ thấy các file cài đặt có sẵn :

2. Bật Window Manager cài đặt Framework 3.5

Chọn Installing roles and features > tích vào .NET Framework 3.5 Features như khi cài đặt online

3.Đến bước Confirm , lựa chọn specify an alternate source path để trỏ đường link chứa các file cài đặt trong DVD

Bài viết được sự cho phép của tác giả Trần Cảnh Lực

.NET Framework của Microsoft là một nền tảng lập trình tập hợp các thư viện lập trình có thể được cài thêm hoặc đã có sẵn trong các hệ điều hành Windows. Tùy theo nhu cầu sử dụng mà máy tính của bạn buộc phải cài đặt chương trình .NET Framework. Tuy nhiên, với những máy từ Windows 8 trở lên, đặc biệt là Window 10 gặp vấn đề khi cài đặt bản .NET Framework 3.5.

Trong bài viết này, mình sẽ hướng dẫn bạn cách cài đặt offline .NET Framework 3.5 thành công 100% trên tất cả các phiên bản windows.

Xem thêm nhiều việc làm Windows Phone hấp dẫn trên TopDev

Tình hình hôm nay mình mới cài lại win 10, khi chạy một số ứng dụng nó yêu cầu .NET Framework 3.5 nhưng không thể cài đặt .NET Framework 3.5 trực tiếp bằng cách autoupdate được.

Sau một hồi mò mẫm trên internet và thử một vài cách thì kết cục vẫn không cài được vì một số lỗi sau: 0x800F0906, 0x800F081F, 0x800F0907. Cuối cùng mình sử dụng cách cài offline sau đây, cách này sử dụng cho tất cả các version của windows, cho các máy có ổ đĩa CD hoặc không ổ đĩa CD

Bước 1:

Tải về file zip sau: Tải về

Bước 2:

Xả nén file vừa download.

Bước 3:

Mount an image of OS installer DVD to your Virtual DVD Drive

Click phải chuột file “thangcodedao.iso” -> select Open with Windows Explorer nó sẽ tự động mounted ổ đĩa CD ảo trên máy [ F:/CD-drive]

Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật.

Install the .NET Framework 3.5 on Windows 11, Windows 10, Windows 8.1, and Windows 8

  • Bài viết
  • 07/23/2022

Trong bài viết này

You may need the .NET Framework 3.5 to run an app on Windows 11, Windows 10, Windows 8.1, and Windows 8. You can also use these instructions for earlier Windows versions.

Download the offline installer

The .NET Framework 3.5 SP1 offline installer is available on the .NET Framework 3.5 SP1 Download page and is available for Windows versions prior to Windows 10.

Install the .NET Framework 3.5 on Demand

You may see the following configuration dialog if you try to run an app that requires .NET Framework 3.5. Choose Install this feature to enable .NET Framework 3.5. This option requires an Internet connection.

Why am I getting this pop-up?

The .NET Framework is created by Microsoft and provides an environment for running applications. There are different versions available. Many companies develop their apps to run using the .NET Framework, and these apps target a specific version. If you see this pop-up, you're trying to run an application that requires .NET Framework version 3.5, but that version is not installed on your system.

Enable the .NET Framework 3.5 in Control Panel

You can enable the .NET Framework 3.5 through the Windows Control Panel. This option requires an Internet connection.

  1. Press the Windows key
    on your keyboard, type "Windows Features", and press Enter. The Turn Windows features on or off dialog box appears.
  2. Select the .NET Framework 3.5 [includes .NET 2.0 and 3.0] check box, select OK, and reboot your computer if prompted.
    You don't need to select the child items for Windows Communication Foundation [WCF] HTTP Activation and Windows Communication Foundation [WCF] Non-HTTP Activation unless you're a developer or server administrator who requires this functionality.

Troubleshoot the installation of the .NET Framework 3.5

During installation, you may encounter error 0x800f0906, 0x800f0907, 0x800f081f, or 0x800F0922, in which case refer to .NET Framework 3.5 installation error: 0x800f0906, 0x800f0907, or 0x800f081f to see how to resolve these issues.

If you still can't resolve your installation issue or you don't have an Internet connection, you can try installing it using your Windows installation media. For more information, see Deploy .NET Framework 3.5 by using Deployment Image Servicing and Management [DISM]. If you're using Windows 7, Windows 8.1, the latest release Windows 10, or Windows 11, but you don't have the installation media, create an up-to-date installation media here: Create installation media for Windows. Additional information about Windows 11 and Windows 10 Features on Demand: Features on Demand.

Warning

If you're not relying on Windows Update as the source for installing .NET Framework 3.5, you must ensure to strictly use sources from the same corresponding Windows operating system version. Using sources from a different Windows operating system version will either install a mismatched version of .NET Framework 3.5 or cause the installation to fail, leaving the system in an unsupported and unserviceable state.

Chủ Đề