So, I wanted to install something, but I needed the latest version of .NET Framework. I click download, install, the when all the files are downloaded, the installing process won’t function. Any help?
.NET Framework
Collapse
This topic is closed.
X
X
-
Tags: None
-
Here is the direct site to [COLOR=rgb(209, 72, 65)]Download .NET Framework 4.7.2
Have you also tried to install the .NET Framework through Windows Update?
Originally posted by Dragonsoul346the installing process won’t function. Any help? -
I have 2 things to say, I’m trying to install .NET Framework 4.7.2, and that when I went to the direct link. This time though, there was a sliver of a green bar, and an error message: “The referenced assembly is not installed on your system.” I also went in to the log and found: "Final Result: Installation failed with error code: (0x000036B3), "The referenced assembly is not installed on your system. " (Elapsed time: 0 00:03:04). " This was my first time using this website, and I’m amazed at how people are so helpful. Thanks!Comment
-
What version of .NET Framework do you currently have?
Open a command prompt and type
Or Copy and Paste the command
dir %windir%\Microsoft.NET\Framework /AD
Refer to the last line that looks similar to
11/12/2018 04:11 PM v4.0.30319
Did it state which .NET Framework version it needed?
As @gus has stated you may not need to have the latest one.
I have not worked with Windows 8 that much not to sure on this part.
Did you check Windows Updates to see if there were any listed there. You may have to look under the Optional Updates to see them.Comment
Comment