최근 두대의 XP 컴퓨터에서 동일하게 발생한 .NET 업데이트를 해도 해도 또 하고, 또해도 다시 하는 문제가 있었습니다.
외국에서도 동일 증상이 있는데, 그 중에서 해결책에 가까운 내용이 있군요.

저는 아래의 Update가 무한 반복이었습니다.
  KB979909
  KB983583
  KB982168

아마도 KIES 관련 업데이트 하시다가 동일 증상을 격는 분도 많으신듯 하네요.
우선 아래의 원문을 소개 드립니다.

관련 자료 URL: http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/ed51b544-6561-4d22-bdcc-df3984e98369#ed51b544-6561-4d22-bdcc-df3984e98369

그중 참고할 답변은 저아래에 별도로 원문으로 두었습니다.

그냥 원문대로 잘 되면 좋겠지만 저는 아래와 같이 해결을 했네요.
*모든 .NET frame work 인스톨 내용을 제거 한다.
*최신 .NET 3.5 인스톨본을 설치
*Windows update 수행

상세 과정은 아래와 같이 하면 되겠습니다.
1. [시작]-[제어판]- [프로그램 추가/제거] 선택
2. "Microsoft .NET Framewokr"로 시작하는 모든 항목을 [제거] 한다
3. 선택적으로 아래 원문에서 알려주는 제거 프로그램을 추가로 적용 한다
   .NET 삭제 도구로 원본 URL을 이용하시거나 아래의 첨부 파일을 받아서 사용
    첨부:
4. 최신 .NET 버전 인스톨 수행 (.NET 3.5 설치본)
5. Windows update 수행
6. 반복 update 여부 확인  


해결방법 소개글:
Francisco2

I just run into this problem and I check with microsoft:
the problem turned out to be a currupted/damaged .net framework component. it required to uninstall the whole .net framework and then install it again.

this is what I was asked to do and what I did:

to uninstall the whole .net framework I was asked to use this tool
http://cid-27e6a35d1a492af7.skydrive.live.com/self.aspx/Blog_Tools/dotnetfx_cleanup_tool.zip
(*** make sure you select all versions****)

then I just dowloaded the .net framework with sp1 again from here:
http://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe

after that I uninstalled manually the 3 updates I was having problems with (KB982524, KB982168 and KB979909), then windows updates took care of the remainder updates and I've believe my problem was resolved.

goodl luck!


+ Recent posts