0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

dotNetFrameworkのバージョンを調べる

Posted at

はじめに

時々忘れるので、qiitaにナレッジを放り込んでおきたかっただけ

調べ方

dotNeFrameworkのバージョンによって調べ方が若干異なります。差異はそこまで大きくないので迷うことはないはず。

dotNetFramework 4.5 以降の調べ方

  1. レジストリエディタを起動
  2. [HKEY_LOCAL_MACHINE \ SOFTWAR\ Microsoft \ NET Framewrok Setup \ NDP \ v4 \Full ]の[Version]を調べる。

※厳密には[Release]エントリを調べると良いらしい...

dotNetFramework 4.5 以前の調べ方

  1. レジストリエディタを起動
  2. [HKEY_LOCAL_MACHINE \ SOFTWAR\ Microsoft \ NET Framewrok Setup \ NDP ]の下に作成される[Version]キーの[Version]エントリを調べる。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?