How do I verify what versions of .NET Framework are installed on my system?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!