Hi,
I'm running Windows 2003 Server SP1. I have installed SQL Server 2000
SP4 last Sunday. Since this patch has been installed cannot run any
.NET project (windows services, console, ...) in debug mode.
I have checked this article on MSDN :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht
ml/vsdebug.asp
I have tested everything and I did not find any that could fix my
issue.
Does any have a suggestion?
I would like to avoid to uninstall SP4 of SQL Server 2000.
Thanks.
Ciao,
Richard.
Richard Louapre - 17 May 2005 12:27 GMT
I have just found the solution from another news group :
Stop the MDM service, drop to a command line and run:
MDM.EXE /REGSERVER
then restart the MDM service. That worked for me.
Very cool.