
원격지원
바로가기
『 eDrawings
프로그램 실행 시 [잘못된 클래스입니다] 오류 발생 조치방법 』
eDrawings 프로그램을 실행했을 때 [잘못된 클래스입니다] 오류메세지 발생하며 프로그램 실행이 안 되는 경우 아래와 같이 조치하시기 바랍니다.
(본 조치사항은 PDM에서 파일 미리보기할 때 오류메세지가 발생해도 동일한 방법으로 조치 가능합니다)
① 관리자 권한으로 명령 프롬프트 실행
(시작 메뉴 > cmd 검색 > 마우스 우클릭 > 관리자 권한으로 실행)
② 아래 내용 복사 / 붙여넣기 > Enter
Cd C:\windows\system32\wbem
③ 아래 내용 한번에 복사 / 붙여넣기 > Enter
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
regsvr32 cimwin32.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b *.mfl') do mofcomp %s
regsvr32 wmisvc.dll
wmiprvse /regserver