Installing 4.5.2 framework

Shyam Kumar 846 Reputation points
2025-06-04T16:11:52.87+00:00

I want to install below highlighted and for that i should include in the vs build script, can you please assist , Please share me the exact command and where to download

User's image

whatever I mentioned below highlighted is not working

User's image

Entity Framework Core Training
Entity Framework Core Training
Entity Framework Core: A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.Training: Instruction to develop new skills.
16 questions
0 comments No comments
{count} votes

2 answers

Sort by: Oldest
  1. Pradeep M 9,680 Reputation points Microsoft External Staff Volunteer Moderator
    2025-06-05T03:18:47.6966667+00:00

    Hi Diptesh Kumar

    Thank you for sharing the details. It appears the issue is due to an incorrect component ID used in the script. 

    The correct component ID for the .NET Framework 4.5.2 Targeting Pack is: 

    --add Microsoft.Net.Component.4.5.2.TargetingPack
    
    

     Kindly update your script to replace the existing line with the one above. This should allow the installation to proceed as expected.    

    If you have found the answer provided to be helpful, please click on the "Accept answer/Upvote" button so that it is useful for other members in the Microsoft Q&A community.

    1 person found this answer helpful.

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

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.