Error while downloading .NET Framework 3.5

佳鑫 包 0 Reputation points
2024-12-04T14:56:13.1333333+00:00

User's image

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,181 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Taylor 55,676 Reputation points
    2024-12-04T15:13:36.2766667+00:00

    The error is an access denied error. You should ensure that the user attempting to download and install has necessary permissions to the file system and the rights to install software. Alternatively download the file from another computer and then copy it over.

    If you have further issues then please post your responses in English as this is the English forum. If you would prefer to use your own locale then post your question on the Q&A site specific to your locale.

    0 comments No comments

  2. Jiachen Li-MSFT 32,961 Reputation points Microsoft Vendor
    2024-12-05T06:17:55.67+00:00

    Hi @佳鑫 包 ,

    Is your computer connected to a domain or your personal PC? You'll need to install this feature under an account with administrator privileges.

    If the error still happens, try installing .NET Framework from the ISO.

    Download the ISO that corresponds to your version of Windows, mount it, and run the DISM command mentioning the source (e.g., H:\Sources\SxS) folder.

    Example:

    dism /online /enable-feature /featurename:NetFX3 /Source:h:\sources\sxs /LimitAccess
    

    Best Regards.

    Jiachen Li


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.