윈도우 8/8.1 에서 visual studio 2008 설치하려는데
에러가 발생함.
.NET Framework 3.5 installation error: 0x800F0906, 0x800F081F, 0x800F0907
.net framework 3.5가 설치가 안된다. 인터넷 연결 실패 오류가 뜬다. 실제 인터넷은 연결되어 있는데. ㅡ.ㅡ;;
어쨋거나. 오프라인 설치 방법이 있다.
You can use the Windows installation media as the file source when you enable the .NET Framework 3.5 feature. To do this, follow these steps:
- Insert the Windows installation media.
- At an elevated command prompt, run the following command:Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccessNote In this command, <drive> is a placeholder for the drive letter for the DVD drive or for the Windows 8 installation media. For example, you run the following command:Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess
https://support.microsoft.com/en-us/kb/2734782
'Develop > Windows' 카테고리의 다른 글
DOS Batch Script (0) | 2019.10.06 |
---|---|
curl 사용법/HTTP 테스트 (0) | 2019.10.01 |
화면/윈도우 동영상 녹화 (mp4, gif) (0) | 2019.09.23 |
windows 10 kernel structure (0) | 2015.08.28 |
64비트 프로그래밍 (2) | 2015.06.05 |