How do I verify what versions of .NET Framework are installed on my system?
9 views (last 30 days)
Show older comments
I need to find out whether .NET Framework is installed on my system and if yes, what versions are installed and being used.
Accepted Answer
MathWorks Support Team
on 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 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!