I have both VS 6.0 and VS .NET installed on my XP machine. I'm trying to debug a crash on my application written in VS 6.0. Whenever my application crashes I'd like it to launch VS 6.0; instead VS .NET is launched.
How do I set this up?
Thanks,
ADX Dev
Felix Wang - 14 Jun 2004 09:17 GMT
Hi,
Thanks for posting.
You may try to modify the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\
Let's set the value of "Debugger" to the following:
"C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe" -p
%ld -e %ld
Please give it a try and see whether this helps or not.
Regards,
Felix Wang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.