/
Enabling Windows .net framework 3.5
Enabling Windows .net framework 3.5
For Windows 10 .net framework 3.5 needs to be enabled/installed within windows features. You may see the error message “Unable to find a valid .net framework installation on this machine”
Instructions
You will need to mount the Windows 10 ISO disk image to enable this feature.
Once mounted, open a command prompt (as administrator) and insert the command:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:<source>\sources\sxs\ /LimitAccess
<source> will be the DVD drive or drive where the ISO was mounted.
You should then see a message that this has been successfully enabled.
Related articles
, multiple selections available,
Related content
Installing SQL Server Express
Installing SQL Server Express
More like this
Windows could not start the SQL server
Windows could not start the SQL server
More like this
Unable to locate connect.ini file
Unable to locate connect.ini file
More like this
An error occurred while downloading the file...
An error occurred while downloading the file...
More like this
Error 27506 - Password validation failed
Error 27506 - Password validation failed
More like this
The string was not recognized as a valid date time. Followed by your authorisation code is incorrect
The string was not recognized as a valid date time. Followed by your authorisation code is incorrect
More like this