Install dot net 3.5 framework offline
when you try to install new software in windows 8,or windows 8.1 or windows 10 you will face this problem because windows 8 or 10 does not include the dotnet 3.5 framework.so there is option ,either you have to download dot net 3.5 framework and install it.but do you know if you have windows 8,8.1 or windows 10 DVD or iso file you can easily install dot net 3.5 framework offlineit is simple
fi you have windows DVD put dvd in to laptop and it will mount .
when the dvd is mounted there is folder called Sources-->SXS
in my laptop it mounted as Drive Letter E so the pasth is
D:\sources\sxs
so open command prompt in administrator mode. you can do this press windows key on keyboard and type CMD. then it will show command prompt then you can right click on common prompt and provide run as administrator
in this command prompt type
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess,
then it will automatically install dotnet 3.5 framework for you.
I hope this article will help you to solve your problem
if you are like this post please share with your friends.
No comments:
Post a Comment