BrokeBerry

Attack Computer Wiz

A Security & Technology Weblog

.NET Framework 3.5 is not installed out of the box in Windows 8. I found that this version is still required for a handful of applications and it must be installed. The "check the box" method within the Windows 8 GUI did not work for me so I needed to find another way to get it installed. I found an MSDN post that explained it. In short, easiest way that I found to get .NET Framework 3.5 is by following the below steps:

  1. Open a "cmd" prompt by browsing to the "C:\Windows\System32\", find the "cmd.exe" icon and right click, choose "Run as administrator".
  2. In the cmd console type "DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs" replace the "d" in "/Source:d:\sources\" with the drive letter that corresponds with your DVD drive, your mounted ISO, or if you run into difficulties with this, copy the entire contents of your sxs directory from your DVD to your local drive and change the path accordingly.
  3. Execute the command and confirm success.
That was it. After I preformed the above steps I could install and run my .NET 3.5 applications without issue.

user Posted by Mike Wright

| More

1 comments

  1. Plaisio  

    Great post! Thanks for your fabulous post! I enjoy while reading your post, you happen to be a great author. When I am free than reading your blog. I want to encourage yourself to continue to share fabulous posts, have a nice day!To know more information you can visit herePlaisio Computers


Post a Comment