|
IE7 mshtml.dll 오류에 대한 대처방법
양종윤
조회 :
3692 ,
2007/01/13 05:03 |
|
|
IE7 사용하시는 분들이 얼마나 될지 모르겠지만, 아직 안정적이지는 않은 것 같습니다.
대표적인 몇가지 오류에 대한 간단한 대처내용입니다.
urlmon.dll
mshtml.dll
shdocvw.dll
browseui.dll
msjava.dll 관련 오류내용이 나올시에,
cmd에서 각각 아래처럼 타이핑 해주시면 됩니다.
%SystemRoot%\System32\regsvr32 %SystemRoot%\System32\urlmon.dll
%SystemRoot%\System32\regsvr32 %SystemRoot%\System32\mshtml.dll
%SystemRoot%\System32\regsvr32 %SystemRoot%\System32\shdocvw.dll
%SystemRoot%\System32\regsvr32 %SystemRoot%\System32\browseui.dll
%SystemRoot%\System32\regsvr32 %SystemRoot%\System32\msjava.dll
|
|
|
|