Posted: . At: 11:15 AM. This was 5 years ago. Post ID: 13663
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.



Sponsored



How to install .NET 3.51 on Windows easily with Powershell.


I had problems installing .NET 3.51 on Windows 8.1, the downloaded installed kept saying that it could not access the Internet to download and install the files, which is retarded. So I put in the Windows DVD and used the command below in an Administrator Powershell session.

PS C:\Windows\system32> Dism /online /enable-feature /featurename:NetFx3 /All /Source:I:\sources\sxs /LimitAccess

Drive I: is the DVD drive, this is a working method of installing this Windows feature.

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
 
Image Version: 6.3.9600.17031
 
Enabling feature(s)
[==========================100.0%==========================]
The operation completed successfully.

And as you can see, it works a treat. This is a method that will save your sanity, now .NET applications will actually work.


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.