Receive the following warning and error:
"WARNING: Unable to verify checksum for xpSLS.dll"
"ERROR: Symbol file could not be found. Defaulted to export symbols for xpSLS.dll"
Re-register the xpSLS.dll using regsvr32.exe from the command prompt.
Example: From Start | Run type in regsvr C:\Program Files\Microsoft SQL Server\MSSQL\Binn\xpSLS.dll
Additional Information regarding Regsvr32:
Regsvr32.exe Usage
RegSvr32.exe has the following command-line options:
Regsvr32 [/u] [/n] [/i[:cmdline]] dllname
/u - Unregister server<BR/>
/i - Call DllInstall passing it an optional [cmdline];
when used with /u calls dll uninstall
/n - do not call DllRegisterServer; this option must
be used with /i
When you use Regsvr32.exe, it attempts to load the component and call its DLLSelfRegister function. If this attempt is successful, Regsvr32.exe displays a dialog indicating success. If the attempt is unsuccessful, Regsvr32.exe returns an error message, which may include a Win32 error code.
For a list of Win32 error codes, visit the following Microsoft Web site:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/support/eventserrors.asp
For example, to manually register a Sample.ocx ActiveX control, type the following command at an MS-DOS prompt: c:\regsvr32.exe sample.ocx