Feeds:
Posts
Comments

Archive for May, 2006

Suppose you have Microsoft Visual Studio 6.0 installed on tour machine & afterwards you had installed .Net. In this case .Net becomes your default debugger. You can change the default debugger back to Microsoft Visual Studio 6.0 using following steps
Edit Following Registry key :-
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
"C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe" -p %ld -e %ld "

Read Full Post »