I have a server that runs processes that are playing up. We have a third-party process monitoring service running that will detect when a process dies.
However, the server also has VS 2005 installed. When the process fails, it displays the 'Choose Debugger' and doesn't actually quit. Our process monitoring doesn't detect a missing process and nobody is any wiser.
How can I stop the VS 'do you want to debug?' window popping up and just let the process error/quit?
Thanks in advance for any help
Ryan