Know the version of .NET Framework

Solved
Nounours18200 Posted messages 248 Registration date   Status Member Last intervention   -  
Nounours18200 Posted messages 248 Registration date   Status Member Last intervention   -

Hello,

The question is in the title: how to find out the version of .NET Framework installed on your PC W11???

Thank you

3 answers

MPMP10 Posted messages 47235 Registration date   Status Member Last intervention   18 918
 

Good evening,

Knowing the version of the .NET Framework: 4 ways

https://www.malekal.com/connaitre-version-net-framework/


0
fabul Posted messages 42073 Registration date   Status Moderator Last intervention   6 054
 

Hello,

With Windows 11, you just need to update it to keep it up to date.

Otherwise, for 2.0 - 3.5 (not installed by default), install it from the Windows ISO and a command with PowerShell (Admin)

Dism.exe /online /enable-feature /featurename:NetFX3 /source:D:sources\sxs /LimitAccess

source:D:sources is for an ISO mounted as drive letter D:

You need to change the command for the correct drive letter

Or via Control Panel, Programs and Features, Turn Windows features on or off

But additionally, there are the Microsoft .NET Desktop Runtime 5,6,7,8,9, and 10 Preview (For now)

0
Nounours18200 Posted messages 248 Registration date   Status Member Last intervention   10
 

@MPMP10: thank you, I found my answer with your link at Malekal!

@fabul: the link at Malekal gave me the version.

I was trying to verify the version following a nasty complete crash of W11 (my first in a year...) with an inability to restart and forced to restore the system using AOMEI...

But it wasn't due to the version (.NET was being used by one of my apps at the time of the crash), and I will probably never know why W11 crashed so hard.

Thank you all

0