Tip
Subject Content

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.

Page 218 of 237
First Previous Next Last