• 자유 게시판
  • 유머 게시판
  • 질문/답변 게시판
  • 정보/강좌 게시판
  • 소설 게시판
  • My Games Top 10

정보&강좌 게시판

[XP]appcompat.txt 오류 해결방법

2004.08.03 22:32

달빛의노래 조회 수:226983

Windows XP에서 인터넷 탐색기로 인터넷을 탐색하는 중 인터넷 탐색기가 먹통이되며 다음과 비슷한 오류 메시지를 발생할 수 있다.


%TEMP%XXXn.tmp.dir00IEXPLORE.EXE.mdmp
%TEMP%XXXn.tmp.dir00appcompat.txt

이 오류는 인터넷 탐색기에서 URL과 Web 문서를 분석하는데 사용되는 DLL 파일이 프로그램 추가/삭제나 기타의 이유로 레지스트리에서 삭제되었기때문에 발생한다. 이 문제를 해결하는 절차는 다음과 같다.


1.현재 실행중인 모든 프로그램을 종료한다.

2.시작/실행에서 다음 명령을 입력한다.

%SystemRoot%System32regsvr32 %SystemRoot%System32urlmon.dll
%SystemRoot%System32regsvr32 %SystemRoot%System32mshtml.dll
%SystemRoot%System32regsvr32 %SystemRoot%System32shdocvw.dll
%SystemRoot%System32regsvr32 %SystemRoot%System32browseui.dll
%SystemRoot%System32regsvr32 %SystemRoot%System32msjava.dll

4.컴퓨터를 재 부팅한다.