How to Enable .net Framework 3.5.1 Offline in Windows 8

                                                                                      


Many of us are using Windows 8 Developer or Consumer Preview.While using Windows 8 Beta version,sometimes you will get the message to install .net framework,for running those applications which require .net Framework to operate.
But it becomes quite difficult for us to download and install Microsoft .net Framework online.There can be many reason for that.


Know here question arises that Windows 8 comes with pre-installed .net framework application,then why it is asking for re-installation.It is because Windows 8 beta Setup doesn't install the .net
Framework,we have to manually install it.


.First run commandprompt as administrator
.next  type this code in it

dism.exe /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess"(without quotes)

where G: is the cd drive of windows 8

.now let the computer do the rest of work.

No comments:

Post a Comment