Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Debugger..

Author  Topic 

AFK
Starting Member

26 Posts

Posted - 2005-01-25 : 11:27:07
I am trying to register
regsvr32 sqldbg.dll
sqldbreg /RegServer


But on regsvr32 sqldbg.dll I get error message
"LoadLiberay ("sqldbg.dll")failed. The specified Module can not be found."
I can see that under my
C:\Program Files\Common Files\Microsoft Shared\SQL Debugging.

On sqldbreg /RegServer..I got error message
"Windows could not find the "sqldbreg".Make sure you typed name correctly..and this is also in the above dir.

I am trying to make my SQL debugger run. I am on Servicepack 3.SQL server 2000.

Any views..

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-01-25 : 17:37:42
When you run regsvr32, make sure that you have navigated to the folder that contains the dll that way it can easily find it.

Tara
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2005-01-25 : 19:19:29
yeah, and when you run sqldbreg make sure you are in the directory that contains that file. It is not usually located in your standard PATH.



-ec
Go to Top of Page
   

- Advertisement -