| 217 |
| Reregister DLLs in the Windows Registry with Regsvr32 |
| To solve this problem, Windows Registry entries for the two missing DLLs needed to be |
| reregistered using Microsoft's Regsvr32.exe tool. The command prompt entries looked like this: |
| C:\>regsvr32 "C:\program files\common files\system\ole db\msdasql.dll" |
| C:\>regsvr32 "C:\program files\common files\system\ole db\oledb32.dll" |
| Because DLL problems are so common, all support techs should learn how to use Regsvr32. |
First Previous Next Last |