.net 3.0 problem

JeremyAlexander

New Member
Messages
7
trying to install gfwl and got error message couldn't install .net 3.xxwhatever and to go to turn windows features on. I did that it and it failed half way (or so) and forced me to restart computer. Apon restarting screen came up and said update failed reverting then restarted itself again. Now there is no .net anyting in turn features on or off at all. It is completely missing. Please advise if anyone knows what to do. Thank you.
 

My Computer

System One

  • OS
    windows 7
If you have a windows CD (or an ISO) try doing an offline DISM install.

Launch an elevated command prompt by search for cmd. Right click the command prompt search result and click run as administrator.
Put in your windows DVD (or mount your ISO) and type the following exactly

Code:
[B]Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess[/B]

This is assuming your DVD or ISO is listed as your D drive, if it is not, change the source letter. The spacing in this command looks weird but it is correct, make sure that you have it as it's listed here.

Edit - Oops, necro thread. Sorted by 0 replies. Can't delete. Sorry!
 

My Computer

System One

  • OS
    8.1 enterprise
Back
Top