I'm getting an error message - "Cannot Load DLL 'SDI' Reason 126 ( The specified Module Cannot be found)" when doing a stored-procedure debug on SQL Server. Or breakpoints just don't fire.

Neil Pike

November 13, 1999

1 Min Read
ITPro Today logo

A. With SQL 6.5/VC5/VB5 copy the sdi.dll file from your VB/VC/VS enterprise CD into the binn directory.

For SQL 7.0 get the files from the SQL Server 7.0 CD x86othersdi.

VB 6.0 copy SDI60.DLL into the BINN directory
VC 6.0 copy SDI.DLL into the BINN directory
VI 6.0 copy MSSDI98.DLL into the BINN directory

(You can't debug SQL 7 with VB5/VC5)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like