G
Guest
We are working on an application that runs as a service. Due to its complexity, we occasionally experience crashes. In the past, we have been able to simply log these crashes in our logs, create a Dr. Watson log, and automatically restart our service
Ever since we started to use VS .NET, though, we occasionally expericence an annoying problem. Every now and then, a message box titled "Microsoft Visual C++ Runtime Library" pops up, with the following content
"Runtime Error
"Program: <name of application
"This application has requested the Runtim to terminate it in an unusual way. Please contact the application's support team for more information.
and an "OK" button
The app doesn't exit (and hence, restart) until the OK button is pushed. Since it typically runs unattended on a computer that doesn't even have a screen attached, this is not a happy situation. Is there any way to disable this message box? Any suggestions are much appreciated
Gregor Nitsch
RAF Technology, Inc.
Ever since we started to use VS .NET, though, we occasionally expericence an annoying problem. Every now and then, a message box titled "Microsoft Visual C++ Runtime Library" pops up, with the following content
"Runtime Error
"Program: <name of application
"This application has requested the Runtim to terminate it in an unusual way. Please contact the application's support team for more information.
and an "OK" button
The app doesn't exit (and hence, restart) until the OK button is pushed. Since it typically runs unattended on a computer that doesn't even have a screen attached, this is not a happy situation. Is there any way to disable this message box? Any suggestions are much appreciated
Gregor Nitsch
RAF Technology, Inc.