วิธีแก้ปัญหา eDrawing เปิดไม่ได้ขึ้น error Application Exception: Invalid Class
สามารถแก้ปัญหาได้ดังนี้
1. กด Window +R พิมพ์ wmimgmt.msc แล้ว enter
2. คลิ๊กขวาที่ WMI Control(Local) พิมพ์ Failed to initialize all required WMI classes
3. ถ้า WMI เสียจะพบข้อความ "Failed to initialize all required WMI classes"
4. ให้พิมพ์ cmd ที่ window search แล้วเลือก Run as admin
5. ให้ copy ข้อความ CD C:\windows\system32\wbem ต่อท้าย C:\windows\system32 แล้ว 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
6. เมื่อทำครบแล้วให้ทำตามขั้นตอนที่ 2 และ 3 เพื่อเช็ค WMI อีกครั้ง จะพบข้อความ "Successfully Connected to"
0 Comments
แสดงความคิดเห็น