.NET Framework Checking
실행 > regedit > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full >Release
To find .NET Framework versions by viewing the registry (.NET Framework 4.5 and later)
On the Start menu, choose Run.
In the Open box, enter regedit.exe.
You must have administrative credentials to run regedit.exe.
In the Registry Editor, open the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
Note that the path to the
Full
subkey includes the subkeyNet Framework
rather than.NET Framework
.Note
If the
Full
subkey is not present, then you do not have the .NET Framework 4.5 or later installed.Check for a DWORD value named
Release
. The existence of theRelease
DWORD indicates that the .NET Framework 4.5 or newer has been installed on that computer.
The value of the
Release
DWORD indicates which version of the .NET Framework is installed.Value of the Release DWORD Version 378389 .NET Framework 4.5 378675 .NET Framework 4.5.1 installed with Windows 8.1 or Windows Server 2012 R2 378758 .NET Framework 4.5.1 installed on Windows 8, Windows 7 SP1, or Windows Vista SP2 379893 .NET Framework 4.5.2 On Windows 10 systems: 393295
On all other OS versions: 393297.NET Framework 4.6 On Windows 10 November Update systems: 394254
On all other OS versions: 394271.NET Framework 4.6.1 On Windows 10 Anniversary Update: 394802
On all other OS versions: 394806.NET Framework 4.6.2 On Windows 10 Creators Update: 460798
On all other OS versions: 460805.NET Framework 4.7
NET Framework 4.7 다운로드
https://www.microsoft.com/en-us/download/confirmation.aspx?id=55167
'C#' 카테고리의 다른 글
(C# Reference) C#의 int 순자의 범위 (0) | 2017.08.31 |
---|---|
c#에서 null string처리 string.IsNullOrEmptuy(문자) (0) | 2017.08.25 |
[C#] String Decimal 소수점 지정 = String.Fromat() 함수사용, 숫자 3자리(천단위)마다 콤마 찍기 (0) | 2017.08.23 |
람다식 Lambda Expressions x => x * x (0) | 2017.08.18 |
빌드시 signing 에러가 날때=> error MSB3482: An error occurred while signing: Failed to sign bi (0) | 2017.06.23 |
SVN : AnkhSVN 형상관리 툴 Visual Studio 2017 지원 (0) | 2017.06.14 |
C# WebBrowser + Chrome 크롬 브라우저 사용하기 (cefSharp / Chromium) (0) | 2017.03.09 |
SQL Server DB Backup and Restore (0) | 2016.05.26 |
(로그인하지 않으셔도 가능)