How do I verify what versions of .NET Framework are installed on my system?
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to find out whether .NET Framework is installed on my system and if yes, what versions are installed and being used.
Akzeptierte Antwort
MathWorks Support Team
am 10 Aug. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!