How do I verify what versions of .NET Framework are installed on my system?

9 visualizaciones (últimos 30 días)
I need to find out whether .NET Framework is installed on my system and if yes, what versions are installed and being used.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 10 de Ag. de 2018
You can tell if the .NET Framework has been installed by looking for the MSCorEE.dll file in the %SystemRoot%\system32 directory. The existence of this file tells you that the .NET Framework is installed.
Current instructions for checking the installed versions of .NET can be found on Microsoft's website:
Starting with version 2.0 of the .NET Framework SDK, Microsoft also ships a command-line utility called CLRVer.exe that shows all of the CLR versions installed on a machine. This utility can also show which version of the CLR is being used by processes currently running on the machine by using the -all switch or passing the ID of the process you are interested in.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by