重新註冊DLL檔。按開始→執行,輸入cmd,按確定,然後會出現命令提示字元視窗,輸入以下指令「for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 」然後按Enter鍵。在跑畫面過程中出現「Microsoft Visual C++ Runtime Library」視窗方框,其下敘述為「Runtime Error!
Program:C:\WINDOWS\system32\regsvr32.exe
R6034
An application has made an attempt to load the C runtime library incorrectly. 」
請問如何解決這個問題?