How do I verify what versions of .NET Framework are installed on my system?
9 ビュー (過去 30 日間)
古いコメントを表示
I need to find out whether .NET Framework is installed on my system and if yes, what versions are installed and being used.
採用された回答
MathWorks Support Team
2018 年 8 月 10 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!